rgb-archive / kaleidoscope

Kaleidoscope, the RGB CLI wallet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kaleidoscope

Kaleidoscope, command-line wallett for Bitcoion and RGB assets

Installation

  1. Install Cargo: curl -sSf https://static.rust-lang.org/rustup.sh | sh
  2. Build the project: cargo build

When the build is completed, the executable will be located at ./target/debug/kaleidoscope.

For convenience, it can be useful to temporarily add the directory to your PATH, like so:

export PATH=$(readlink -f ./target/debug):$PATH

Make sure that you can now run the executable with:

kaleidoscope --version

About

Kaleidoscope, the RGB CLI wallet

License:MIT License


Languages

Language:Rust 100.0%