Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.17 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.17 KB

Hello NFT

A very simple 'Hello world' NFT smart contract, referenced by a blog post in my personal blog.
This is packaged as a Truffle box.

Installation

truffle unbox sgerogia/hello_nft_box

The generated project comes pre-configured with 2 networks

Prerequisites

  • 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.

Usage