Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 606 Bytes

File metadata and controls

29 lines (17 loc) · 606 Bytes

📦 install 📚

git clone https://github.com/Epic-Byte/NestCoinLibrary
cd NestCoinLibrary
yarn install

🔭 Environment 📺

You'll have three terminals up for:

yarn chain (hardhat backend)

yarn start (react app frontend)

yarn deploy (to compile, deploy, and publish your contracts to the frontend)

👀 Visit your frontend at http://localhost:3000 👩‍💻 Rerun yarn deploy --reset whenever you want to deploy new contracts to the frontend.

📦 Testing

Have your local chain running with:

yarn chain (hardhat backend)

yarn test (to run test)