Skip to content

BlockJedi/opensea-erc721

Repository files navigation

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

About

Opensea compatible erc721 example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published