Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

trusch/kiltctl

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
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

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.