Boilerplate

This project is sample Relic Protocol project based on hardhat boilerplate. Please checkout contracts, tests, and frontend.

Quickstart

Init Project

git clone https://github.com/Relic-Protocol/relic-boilerplate.git
cd relic-boilerplate
npm install

Deploy to Local Network

npx hardhat node
npx hardhat run scripts/deploy.ts --network localhost

Run Frontend

cd frontend
npm install
npm run dev