Skip to content

trusch/kiltctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kiltctl

kiltctl is a tool to work with the KILT protocol. It supports building extrinsics and sending them to a node, retrieving storage items and creating and verifying credentials.

Installation

From source

To install kiltctl from source, you need to have Rust installed. Then, run the following command:

# clone
git clone https://github.com/trusch/kiltctl.git
cd kiltctl

# build
cargo build --release

# copy the binary to a location in your PATH
sudo cp target/release/kiltctl /usr/local/bin

# setup completions (for example zsh)
kiltctl completions zsh > ~/.oh-my-zsh/completions/_kiltctl

Usage

Simple example:

kiltctl tx balances transfer --amount 10KILT --to ${TARGET_ACCOUNT} | \
    kiltctl tx sign --seed "${SENDER_SEED}" | \
    kiltctl tx submit

For more complex usage examples please refer to the shell scripts in ./examples.

About

commandline wallet for the kilt blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages