Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

vidhanio/bored-vidhan-code-club

Repository files navigation

Bored Vidhan Code Club

a lame project made for fun, to become a 🚀⚡️ web3 developer 🚀⚡️

project structure

managed by a yarn workspace. svelte client in /client, hardhat contract stuff in /hardhat, nft generation in /images.

deployed contract

contract on etherscan

how to use

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