Skip to content

FilosofiaCodigo/MyERC721

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A very simple ERC721.

Dependencies

npm install --save-dev hardhat
npm install --save-dev @nomiclabs/hardhat-waffle ethereum-waffle chai

Setup

Create a .env on the root of this directory and add the following envionment variables.

HARDHAT_DEPLOY_URL = https://eth-ropsten.alchemyapi.io/v2/YOURALCHEMYKEY
HARDHAT_DEPLOY_PRIVATE_KEY = YOURPRIVATEKEY

Compile

npx hardhat compile

Deploy

Chose your network and deploy.

npx hardhat run scripts/sample-script.js
npx hardhat run scripts/sample-script.js --network ropsten
npx hardhat run scripts/sample-script.js --network mumbai

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors