Source repository for smart contracts used by Circle's stablecoins on Sui blockchain
Before you can start working with the contracts in this repository, make sure to set up your local environment using the script below.
bash setup.sh
- VSCode is recommended for developing Move contracts.
- Move (Extension) is a language server extension for Move.
-
Compile Move contracts from project root:
bash run.sh build
-
Run the tests:
bash run.sh test
Packages in this repo can be published via the Sui CLI.