Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
moisses89 committed Nov 23, 2023
1 parent e7510dd commit da0c742
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,25 @@ to run the actual **safe-cli**
pip3 install -U safe-cli
```

## Using
## Usage

```bash
safe-cli [-h] [--history] [--is-owner] address node_url

positional arguments:
address Address of Safe by default or owner if is-owner is true
node_url Ethereum node url

options:
-h, --help show this help message and exit
--history Enable history. By default it's disabled due to security reasons
--is-owner Indicates that address is an owner
```
### Quick Load Command:
To load a Safe, use the following command:
```bash
safe-cli <checksummed_safe_address> <ethereum_node_url>
```

Then you should be on the prompt and see information about the Safe, like the owners, version, etc.
Next step would be loading some owners for the Safe. At least `threshold` owners need to be loaded to do operations
on the Safe and at least one of them should have funds for sending transactions.
Expand Down

0 comments on commit da0c742

Please sign in to comment.