App to mint random generated NFTs. Each generated NFT will contain three random words and a random background color. The generation process is done on-chain.
1 - Head over the blockchain
folder, run pnpm install
.
- Then you'll need to start the local blockchain node with
pnpm run node
. - Now it's a matter of deploy the smart contract with
pnpm run deploy
.
2 - Head over the client
folder, run pnpm install
.
- All you need to now is run
pnpm run dev
.
You're good to go.