Crates.io | inscriber9000 |
lib.rs | inscriber9000 |
version | 0.2.0 |
source | src |
created_at | 2023-12-17 15:18:46.405613 |
updated_at | 2023-12-17 16:49:29.360849 |
description | For all your inscribing needs |
homepage | |
repository | https://github.com/pepyakin/inscriber9000 |
max_upload_size | |
id | 1072559 |
size | 3,027,175 |
inscriber 9000 serves all your inscribing needs. It will take whatever you want to inscribe, sign it with your private key, and then send it to the chain.
To install you need to have rust installed. (See https://rustup.rs/). Then you can install inscriber9000 with:
cargo install --force inscriber9000
Usage:
inscriber9000 \
--private-key <your private key> \
--chain=kusama \
--remark='{"p":"ksm-20","op":"mint","tick":"sama","amt":"1000"}'`
To obtain your private key, you can use the subkey
tool:
$ subkey inspect "noodle able degree toast undo ...."
Secret phrase: noodle able degree toast undo
...
Alternatively, you could check out the repo and run it with cargo:
cargo run \
--private-key <your private key> \
--chain=kusama \
--remark='{"p":"ksm-20","op":"mint","tick":"sama","amt":"1000"}'`