2.0.2 • Published 2 years ago

solidity-trading-journal v2.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Presentation

This is the backend part of a global projet called Trading Journal. If you want to know more about this projet you can click here.

Deploy contracts

To deploy contracts you just have to run npx hardhat deploy --network <network's name>. But you can also use yarn deploy to deploy to default network. If you want to redeploy contracts you can use yarn deploy:reset.

Test contracts

To test contracts, run yarn test