Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattsse/substrate-id-to-account
Print corresponding account for ParaId and PalletId
https://github.com/mattsse/substrate-id-to-account
Last synced: 18 days ago
JSON representation
Print corresponding account for ParaId and PalletId
- Host: GitHub
- URL: https://github.com/mattsse/substrate-id-to-account
- Owner: mattsse
- License: apache-2.0
- Created: 2021-05-26T10:35:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-26T10:51:10.000Z (over 3 years ago)
- Last Synced: 2024-10-06T21:42:11.383Z (about 1 month ago)
- Language: Rust
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Print converted Accounts from Parachain or Pallet ids
## Usage
```shell
cargo install --git "https://github.com/mattsse/substrate-id-to-account"
```Print Account for Parachain id of 200
```shell
substrate-id-to-account paraid 200
````ParaId(200): "5Ec4AhPTL6nWnUnw58QzjJvFd3QATwHA3UJnvSD4GVSQ7Gop"`
Print Account for PalletId (8 byte) id of "12345678"
```shell
substrate-id-to-account pallet 12345678
````PalletId(12345678): "5EYCAe5W4LBgLK1zfXfPz2gWtwbzmFDR2kTENsNyDuV826iS"`
### License
Licensed under either of
* [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
* [MIT license](http://opensource.org/licenses/MIT)
at your option.
License: Apache-2.0/MIT