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.
- Host: GitHub
- URL: https://github.com/doga/sui-blockchain-test
- Owner: doga
- License: apache-2.0
- Created: 2025-01-28T22:44:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-28T22:51:46.000Z (over 1 year ago)
- Last Synced: 2025-05-31T11:30:18.297Z (about 1 year ago)
- Topics: smart-contract, sui-blockchain
- Language: Move
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
∎