Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 551 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 551 Bytes

AngularEthersHardhatTemplate

🚀 Bootstrap your SEAN Stack with this template

Procedure

  1. Install all dependencies
npm install 
  1. Duplicate secrets.example.json and rename it to secrets.json
  2. Insert your private key & api keys (DO NOT SHARE IT WITH ANYONE)
  3. Run local frontend setup
ng serve
  1. Test the contracts
npx hardhat test
  1. Deploy to hardhat chain
npx hardhat deploy scripts/deploy.js

Contribute

Feel free to contribute to the template. It's the best coffee you could get me :)