New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@aquaprotocol/sdk

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

@aquaprotocol/sdk

## Project structure

0.0.58
unpublished
Version published
Weekly downloads
8
100%
Maintainers
1
Weekly downloads
 
Created

AquaUSD Protocol Contracts

Project structure

  • contracts - source code of all the smart contracts of the project and their dependencies.
  • wrappers - wrapper classes (implementing Contract from ton-core) for the contracts, including any [de] serialization primitives and compilation functions.
  • lib - sdk for developers
  • tests - 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

FAQs

Package last updated on 12 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts