Kaleidoscope, command-line wallett for Bitcoion and RGB assets
- Install Cargo:
curl -sSf https://static.rust-lang.org/rustup.sh | sh
- 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