Skip to content

htostudios/nft-collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nft-collection

How to create and deploy NFTs on Ethereum and OpenSea using python and solidity

Prerequisites

Please install or have installed the following:

Installation

  1. Install Brownie, if you haven't already. Here is a simple way to install brownie.
pip install eth-brownie

Or, if that doesn't work, via pipx

pip install --user pipx
pipx ensurepath
# restart your terminal
pipx install eth-brownie

Remember it is best practise to configure the project inside a virtual environment with all its dependencies.

  1. Install ganache-cli
npm install -g ganache-cli

Quickstart

  1. Clone this repo
git clone https://github.com/htostudios/nft-collection.git
  1. Run a script

To deploy the Contract

brownie run scripts/deploy.py --network <network name>

To Create the collection

brownie run scripts/create_collection.py --network <network name>

About

How to create and deploy NFTs on Ethereum and OpenSea using python and solidity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published