https://github.com/layerex/ton-wallet-switcher
An utility for managing multiple TON Wallet wallets.
https://github.com/layerex/ton-wallet-switcher
ton toncoin
Last synced: over 1 year ago
JSON representation
An utility for managing multiple TON Wallet wallets.
- Host: GitHub
- URL: https://github.com/layerex/ton-wallet-switcher
- Owner: Layerex
- License: gpl-3.0
- Created: 2022-02-14T12:27:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T14:33:12.000Z (over 3 years ago)
- Last Synced: 2025-02-06T16:58:53.259Z (over 1 year ago)
- Topics: ton, toncoin
- Language: Go
- Homepage:
- Size: 45.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ton-wallet-switcher
An utility for managing multiple [TON](https://ton.org/) Wallet wallets
## Installation
```sh
go build
sudo install ton-wallet-switcher /usr/local/bin
```
## Usage
``` text
Usage: ton-wallet-switcher [COMMAND] [WALLET]
An utility for managing multiple TON Wallet wallets
Commands:
init Initialize: find all wallets and ask user to describe them
status List wallets
switch [WALLET] Switch to another wallet
edit [WALLET] Edit wallet name and description
add [WALLET] Add an existing wallet directory or create a new one
forget [WALLET] Forget about wallet
remove [WALLET] Forget about wallet and remove its directory
config Get this utility config path
directory Get TON Wallet directory path
help Print this help
```