Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Suia2023/suia
https://github.com/Suia2023/suia
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Suia2023/suia
- Owner: Suia2023
- License: apache-2.0
- Created: 2022-09-23T16:16:11.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T09:22:25.000Z (over 1 year ago)
- Last Synced: 2024-08-31T04:02:05.299Z (3 months ago)
- Language: Move
- Size: 147 KB
- Stars: 16
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Suia
![](https://suia.io/images/logo.041cb08a7cb597d5be0092d97bc0e2b8.png)
> Collect your Suia in the Sui world
Visit the product on Devnet @ .
## Development Quick Start
```bash
# install sui cli:
# check sui installed
$ sui -V
sui 0.32.0# install dependencies
$ yarn install$ cp .env.example .env
# edit .env, replace KEY_PAIR_SEED with a random hex string
# you can generate it with command `openssl rand -hex 32`# run demo
$ yarn demo
yarn run v1.22.19
$ ts-node demo/suia.ts
-----start-----
address: 0x8a4662abf9f8b7aa947b174f29a7a8f259e111e5
objects of 0x8a4662abf9f8b7aa947b174f29a7a8f259e111e5 are []
error: Error: Error publishing package Error: RPC Error: No non-argument gas objects found with value >= budget 10000# you should get error like above
# fund your account with devnet faucet:
# and try again# check the explorer:
# replace the address with your own
```