SouphiW / staking-dapp

The front-end dapp for Saitanobi staking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Saitanabi Staking Dapp

Setting up

Create a .env file in the root directory with the following values

REACT_APP_ETH_RPC={ Alchemy or Infura RPC URL }

Then run:

yarn # installs dependencies
yarn build # builds application
yarn start # starts dev server

It will run locally on http://localhost:3000. It will build to the /build folder.

About

The front-end dapp for Saitanobi staking


Languages

Language:TypeScript 95.6%Language:HTML 2.9%Language:SCSS 1.5%