My first NFT collection, where I write + deploy a smart contract to the ETH blockchain, and build a Web3 client app to interact with my contract.
The Meaning of Life NFT Collection aims to create uniqe and personalised answers to the question: What is the meaning of life, the universe and everything else?
The NFT collection is limited to 42 NFTs.
Click here to get your answer NOW.
Note: You will need a Meta Mask wallet and be connected to Rinkeby test network.
- Minting your own NFT
- Access to the the Meaning of Life NFT Collection
- Meta Mask support
- Rinkeby test network support
git clone https://github.com/avocadohooman/meaning-of-life-nfts.git
cd meaning-of-life-nfts
yarn install
cd client
yarn install
cd client
yarn run start
npx hardhat run scripts/run.js
Establish local blockhain and keep it running:
npx hardhat node
Deploy smart contract on local network
npx hardhat run scripts/deploy.js --network localhost

