diff --git a/docs/cyber_ledger_guide.md b/docs/cyber_ledger_guide.md index 52e75ef2..44608585 100644 --- a/docs/cyber_ledger_guide.md +++ b/docs/cyber_ledger_guide.md @@ -6,7 +6,7 @@ It is possible to use your Ledger device with cyber to store keys and sign trans How to get started. First of all, you'll need a couple of things to be done: -+ A running and synced cyber node (how to: [here](https://github.com/cybercongress/go-cyber/blob/bostrom-dev/docs/run_validator.md) and [here](https://github.com/cybercongress/go-cyber/blob/main/docs/ultimate-commands-guide.md)) ++ A running and synced cyber node (how to: [here](https://github.com/cybercongress/go-cyber/blob/bostrom-dev/docs/run_validator.md) and [here](https://github.com/cybercongress/go-cyber/blob/main/docs/ultimate_commands_guide.md)) + [Setup](https://support.ledger.com/hc/en-us/articles/360000613793-Set-up-as-new-device) your Ledger device and [install Cosmos app on it](https://github.com/cosmos/ledger-cosmos/blob/master/README.md#installing) (the latest firmware for Ledger and Cosmos app required) diff --git a/docs/multisig_guide.md b/docs/multisig_guide.md index 0b30df18..5c025d84 100644 --- a/docs/multisig_guide.md +++ b/docs/multisig_guide.md @@ -1,6 +1,6 @@ # A guide for creating a 2 of 3 multisig account and sending transactions -To follow this guide you'll need `cyber` installed and connected to any cyber node (refer to our cli [guide](https://github.com/cybercongress/go-cyber/blob/main/docs/ultimate-commands-guide.md)). +To follow this guide you'll need `cyber` installed and connected to any cyber node (refer to our cli [guide](https://github.com/cybercongress/go-cyber/blob/main/docs/ultimate_commands_guide.md)). A reminder: this guide covers all types of transactions, not only send transactions. This guide is also relevant for Cosmos Hub Gaiacli users, except for the bandwidth params, in Cosmos we pay a fee using tokens. Do not forget about the `--chain-id` flag in `cyber`, and in the `Cosmos Hub` networks.