Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 849 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 849 Bytes

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.