@aquaprotocol/sdk
v0.0.93
Published
## Project structure
Downloads
33
Readme
AquaUSD Protocol Contracts
Project structure
contracts
- source code of all the smart contracts of the project and their dependencies.wrappers
- wrapper classes (implementingContract
from ton-core) for the contracts, including any [de] serialization primitives and compilation functions.lib
- sdk for developerstests
- tests for the contracts.scripts
- scripts used by the project, mainly the deployment scripts.
How to use
Test
npx blueprint test
Deploy or run another script
- run
npx blueprint run deployAquaMaster
to deploy main contract - run
npx blueprint run setupAsset
to add collateral asset - run
npx blueprint run updateAquaMaster
to set new master code
License
MIT