Skip to content

Source repository for smart contracts used by Circle's stablecoins on Sui blockchain

License

Notifications You must be signed in to change notification settings

circlefin/stablecoin-sui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stablecoin-sui

Source repository for smart contracts used by Circle's stablecoins on Sui blockchain

Getting Started

Prerequisites

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

IDE

  • VSCode is recommended for developing Move contracts.
  • Move (Extension) is a language server extension for Move.

Build and Test Move contracts

  1. Compile Move contracts from project root:

    bash run.sh build
  2. Run the tests:

    bash run.sh test

Deploying Move packages

Deploying with Sui CLI

Packages in this repo can be published via the Sui CLI.

About

Source repository for smart contracts used by Circle's stablecoins on Sui blockchain

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published