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: about 2 months ago
JSON representation

Lists

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
```