Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paritytech/polkadot-scripts
Collection of random scripts and utilities written for Polkadot
https://github.com/paritytech/polkadot-scripts
Last synced: 3 months ago
JSON representation
Collection of random scripts and utilities written for Polkadot
- Host: GitHub
- URL: https://github.com/paritytech/polkadot-scripts
- Owner: paritytech
- License: unlicense
- Created: 2021-07-28T11:36:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-06T12:38:14.000Z (12 months ago)
- Last Synced: 2024-04-06T17:00:35.173Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 484 KB
- Stars: 26
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-substrate - `polkadot-scripts` - A collection of scripts Parity uses to diagnose Polkadot/Kusama. (Tools)
- awesome-substrate - `polkadot-scripts` - A collection of scripts Parity uses to diagnose Polkadot/Kusama. (Tools)
README
# polkadot-scripts
Scripts that I use to diagnose Polkadot/Kusama.
```
Commands:
bags check the bags list
chill-other check and try to submit the chill-other transaction
to reduce staking nominators
noms-thresh Get number of stashes below threshold (needs
improvement)
election-score Get stats on recent election scores
reap-stash examine how many accounts can go through a reap-stash
playground random stuffOptions:
--help Show help [boolean]
--version Show version number [boolean]
-w, --ws the wss endpoint. It must allow unsafe RPCs.
[string] [default: "wss://rpc.polkadot.io"]
-s, --seed path to a raw text file that contains your raw or mnemonic
seed, or its content. Can also be provided using SEED env
variable [string]
```