An open API service indexing awesome lists of open source software.

https://github.com/doga/sui-blockchain-test

A sample Move package for the Sui blockchain.
https://github.com/doga/sui-blockchain-test

smart-contract sui-blockchain

Last synced: 6 months ago
JSON representation

A sample Move package for the Sui blockchain.

Awesome Lists containing this project

README

          

# Test: A Move package for the Sui blockchain

## Setup

Download the `sui` tool [here](https://github.com/MystenLabs/sui/releases).

## Commands

- `sui move build` builds the project.
- `sui move test` runs the tests.