Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2yuri/wallet-cli
🪙 ETH/BNB wallet CLI
https://github.com/2yuri/wallet-cli
blockchain bnb cryptocurrency eth golang wallet
Last synced: 2 days ago
JSON representation
🪙 ETH/BNB wallet CLI
- Host: GitHub
- URL: https://github.com/2yuri/wallet-cli
- Owner: 2yuri
- Created: 2021-11-07T22:36:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-11T01:46:36.000Z (about 3 years ago)
- Last Synced: 2023-07-12T15:41:50.937Z (over 1 year ago)
- Topics: blockchain, bnb, cryptocurrency, eth, golang, wallet
- Language: Go
- Homepage:
- Size: 202 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 💸 wallet-cli
🪙 ETH wallet CLI## Installation
```
$ go get -u github.com/hyperyuri/wallet-cli
```## Accepted Currencies
- ETH/ETH
- ETH/USDT
- BSC/BNB
- BSC/USDT## Usage:
1. Create your wallets
```
$ wallet-cli create (--pass or -p) waller_password
```2. Add a new address to your wallet
```
$ wallet-cli add (--walet or -w) wallet_uuid (--pass or -p) wallet_password
```
3. List your addresses by your wallets and currencies
```
$ wallet-cli list (--walet or -w) wallet_uuid (--pass or -p) wallet_password (--network or -n) ETH (--currency or -c) USDT
```4. Send a transaction
```
$ wallet-cli list (--walet or -w) wallet_uuid (--pass or -p) wallet_password (--network or -n) ETH (--currency or -c) USDT (--from or -f) address (--to or -t) to_address (--amount or -a) 1.3
```- After send a transaction you need to confirm the fee amount and select your option
- 1 - Accept discounting fee from balance.
- 2 - Accept discounting fee from amount.
- 3 - Cancel transaction.5. List your transactions
```
$ wallet-cli transactions (--walet or -w) wallet_uuid (--pass or -p) wallet_password (--count or -c) 10 (last 10 transaction) (--status or -s) (all, pending or done)
```## WIP
- Add transaction for non native currencies (USDT)
- Improve readme with images
- Add more coins