A very simple 'Hello world' NFT smart contract, referenced by a blog post in my personal blog.
This is packaged as a Truffle box.
truffle unbox sgerogia/hello_nft_box
The generated project comes pre-configured with 2 networks
ganache
: This points to a local instance of the Ganache emulator.rinkeby
: The Rinkeby Ethereum testnet, useful for testing with OpenSea's test infrastructure.
- CoinMarketCap API key (optional)
Allows automatic reporting during testing of USD/EUR/etc cost of various contract operations. - Infura Rinkeby API key (optional)
Needed to test against OpenSea's test market. - Heroku account (optional)
Needed to test against OpenSea's test market.