Undergraduate Thesis Research of Tryo Asnafi
- Hardhat
- Solidity
- TypeScript
- Next.js
- Firebase Firestore
- Firebase API KEY, you need to make new firebase project
- Clone the repository
- Open folder backend
cd backend
npm install
npx hardhat clean
npm run node
- Open another terminal
npm run compile
npm run deploy
- Open folder frontend
cd frontend
- Copy
.env.example
to.env
cp .env.example .env
- Fill env with your Firebase config
- Run development server
npm run dev
- Open
localhost:3000
in your browser