Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 655 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 655 Bytes

Opensea compatible ERC721 Smart Contract

Installation

Install the dependencies.

cd opensea-erc721
npm i

Env

Add these variables in env file.

PUBLIC_ADDRESS = ""
PRIVATE_KEY = ""
ETHERSCAN_KEY = ""
INFURA_PROJECT_ID = ""

Deployment

Use this command for deploy your contrant on etherscan

Note: --network name is required for deployment on required network.

truffle migrate --network mainnet

Verification

Use this command to verify yourcontrant on etherscan

Note: etherscan key is required for verification on etherscan.

truffle run verify CONTRACTNAME --network mainnet

License

MIT