Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 307 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 307 Bytes

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