Contracts and frontend for MetaLoot
Stack:
- Hardhat + hardhat-deploy
- Ethers.js
- TypeScript
- NextJS
- ChakraUI
- ESLint
- Prettier
- lint-staged + husky (lint + typecheck on push, format code on commit, etc)
- tsup
- Install packages:
yarn
- Run frontend:
yarn dev
- Compile contracts:
yarn compile