Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

rgb-archive/kaleidoscope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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