Skip to content

utxostack/rgbpp

Repository files navigation

RGB++

RGB++ scripts

Build

# Build production binaries
make build

Run tests

# Build tests binaries, do not use test binaries in production!!!
make build CARGO_ARGS="--features=rgbpp-core/mock-bitcoin-light-client"
# Run tests
make test

Audits

audits