Skip to content

Commit

Permalink
chore: link to its guide
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Oct 15, 2024
1 parent bc9c59d commit 85d4b15
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions sui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ node sui/gateway.js rotate --signers wallet --proof wallet --currentNonce test -
Use the same nonce for `--currentNonce` as the `--nonce` when deploying the gateway.

To submit a proof constructed on Amplifier, run the following with the multisig session id,

```bash
node sui/gateway.js submitProof [multisig session id]
```
Expand Down Expand Up @@ -299,9 +300,10 @@ example for adding multisig info to chains config:
}
```

GMP Demo:
## Examples

Follow the instructions [here](docs/gmp.md)
[GMP Example Guide](docs/gmp.md)
[ITS Example Guide](docs/its.md)

## Troubleshooting

Expand Down Expand Up @@ -342,5 +344,6 @@ node sui/tokens.js split --amount <amount> --coin-type <coin type to split> --tr
```

Note:

- If coin type is not provided, it will split all the coins.
- If transfer address is not provided, it will split the coins in the same wallet. Otherwise, it will transfer the splitted coins to the provided address.

0 comments on commit 85d4b15

Please sign in to comment.