Skip to content

Commit

Permalink
Split guide into two steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercyb committed Jun 7, 2019
1 parent 57f96de commit 924df3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/multisig_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

Do not forget about `--chain-id` flag in `cyberd` and even `Cosmos Hub` networks. Current `<chain-id>` you can always get in master branch of product repo.

## Creating multisig

Multisig account creating and sending transaction is simple and clear but a little bit long.

1. Go inside docker container:
Expand Down Expand Up @@ -38,6 +40,8 @@ cyberdcli keys add multitest1 --multisig=test1,test2,test3 --multisig-threshold

5. You should top up your balance of your multisig account. Make sure if you have enough bandwidth to make transaction later.

## Spending from multisig

6. Create unsigned transaction from multisig account and store it in `unsigned.json` file:
```bash
cyberdcli tx send <recipient_address> <amount>cyb --from=<multisig_address> --chain-id=<chain_id> --generate-only > unsigned.json
Expand Down

0 comments on commit 924df3c

Please sign in to comment.