Inspired by the boom in NFTs and wanting to try something new, our team wanted to introduce a gameplay aspect to NFTs.
yarn
truffle compile
truffle migrate
Truffle is an awesome package for blockchain development.
It is used to
When developing this project we had to lock our truffle version.
Use yarn global add [email protected]
You will also need to install Ganache. Ganache runs a local ethereum network on your computer, so we don't need to spend $$$ deploying to the Ethereum Mainnet
If you don't already have it, install MetaMask. MetaMask is a cryptocurrency wallet.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.