https://github.com/wavesplatform/waves-lease-canceller
Simple utility to cancel all active leases on account
https://github.com/wavesplatform/waves-lease-canceller
Last synced: about 1 year ago
JSON representation
Simple utility to cancel all active leases on account
- Host: GitHub
- URL: https://github.com/wavesplatform/waves-lease-canceller
- Owner: wavesplatform
- License: cc0-1.0
- Created: 2020-08-11T11:41:28.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-11T12:42:25.000Z (about 4 years ago)
- Last Synced: 2025-02-12T11:53:23.168Z (about 1 year ago)
- Language: Go
- Size: 42.6 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# waves-lease-canceller
Simple utility to cancel all active leases on Waves account.
## Usage
Test parameters with DRY-RUN flag
```bash
./waves-lease-canceller -node-api https://nodes.wavesnodes.com -account-sk [Base58 encoded account seed] -dry-run
```
Real-life execution
```bash
./waves-lease-canceller -node-api https://nodes.wavesnodes.com -account-sk [Base58 encoded account seed]
```