Skip to content

Patrick Collin's Freecodecamp course on Solidity. Lesson 11

Notifications You must be signed in to change notification settings

micha1805/nft-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFT demo

Create a simple NFT and a collection of NFT.

Setup

We use Pinata. You need to create an account.

https://app.pinata.cloud/

You need a .env file with the following informations.

export PRIVATE_KEY=0x123456789
export WEB3_INFURA_PROJECT_ID=abcdefgh123456
export ETHERSCAN_TOKEN=123456789ABCDEF
export PINATA_API_KEY=1234ABCDE
export PINATA_API_SECRET=qwerty123456
export UPLOAD_IPFS=false

About

Patrick Collin's Freecodecamp course on Solidity. Lesson 11

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published