Skip to content

Commit

Permalink
Drop `.sh for scripts in /bin folder
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Jan 20, 2024
1 parent 35b2061 commit 46fe17b
Show file tree
Hide file tree
Showing 13 changed files with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,52 +51,52 @@ Commands are wrapped in shell scripts that execute into a running docking contai

### Creating a node wallet
```bash
~/voi/bin/create-wallet.sh <wallet_name>
~/voi/bin/create-wallet <wallet_name>
```

### Creating an account
```bash
~/voi/bin/create-account.sh
~/voi/bin/create-account
```

### Get account mnemonic
```bash
~/voi/bin/get-account-mnemonic.sh <account_address>
~/voi/bin/get-account-mnemonic <account_address>
```

### Importing an account
```bash
~/voi/bin/import-account.sh
~/voi/bin/import-account
```

### Generating participation key
```bash
~/voi/bin/generate-participation-key.sh <account_address>
~/voi/bin/generate-participation-key <account_address>
```

### Get account status
### Get participation status
```bash
~/voi/bin/get-account-status.sh <account_address>
~/voi/bin/get-participation-status.sh <account_address>
```

### Go online
```bash
~/voi/bin/go-online.sh <account_address>
~/voi/bin/go-online <account_address>
```

### Go offline
```bash
~/voi/bin/go-offline.sh <account_address>
~/voi/bin/go-offline <account_address>
```

### Goal
```bash
~/voi/bin/goal.sh <goal_command>
~/voi/bin/goal <goal_command>
```

### Open bash in AVM container
```bash
~/voi/bin/bash.sh
~/voi/bin/start-shell
```

## Debugging
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 46fe17b

Please sign in to comment.