a lame project made for fun, to become a 🚀⚡️ web3 developer 🚀⚡️
managed by a yarn workspace. svelte client in /client, hardhat contract stuff in /hardhat, nft generation in /images.
git clone https://github.com/vidhanio/bored-vidhan-code-club
cd bored-vidhan-code-club
yarn install
# shell 0
cd bored-vidhan-code-club/hardhat
yarn hardhat node
# shell 1
cd bored-vidhan-code-club/hardhat
yarn hardhat run scripts/deploy-bvcc.ts --network localhost
cd ../client
# copy the outputted contract address into client/stores.ts as CONTRACT_ADDRESS
yarn dev