fungies 🤝 non-fungies
Prerequisites: Node plus Yarn and Git
clone it like u own it:
hit me up for env vars to get started
git clone https://github.com/calebcarithers/doge-pixels.git
cd doge-pixels
yarn install
cd packages/react-app
yarn start
cd packages/server
yarn dev
install and start your 👷⛓ Hardhat chain:
cd packages/hardhat
yarn install
yarn chain
in a second terminal window, 🛰 deploy your contract:
yarn deploy