rgb-api 0.11.1-rc.7

RGB smart contracts wallet runtime
Documentation
# RGB API

[![Build](https://github.com/rgb-protocol/rgb-api/actions/workflows/build.yml/badge.svg)](https://github.com/rgb-protocol/rgb-api/actions/workflows/build.yml)
[![Tests](https://github.com/rgb-protocol/rgb-api/actions/workflows/test.yml/badge.svg)](https://github.com/rgb-protocol/rgb-api/actions/workflows/test.yml)
[![Lints](https://github.com/rgb-protocol/rgb-api/actions/workflows/lint.yml/badge.svg)](https://github.com/rgb-protocol/rgb-api/actions/workflows/lint.yml)
[![codecov](https://codecov.io/gh/rgb-protocol/rgb-api/branch/master/graph/badge.svg)](https://codecov.io/gh/rgb-protocol/rgb-api)

[![crates.io](https://img.shields.io/crates/v/rgb-api)](https://crates.io/crates/rgb-api)
[![Docs](https://docs.rs/rgb-api/badge.svg)](https://docs.rs/rgb-api)
[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/)
[![Apache-2 licensed](https://img.shields.io/crates/l/rgb-api)](./LICENSE)

RGB is confidential & scalable client-validated smart contracts for Bitcoin &
Lightning. It embraces the concepts of private & mutual ownership, abstraction
and separation of concerns and represents "post-blockchain", Turing-complete
form of trustless distributed computing which does not require introduction of
"tokens". To learn more about RGB please check [RGB website][Site].

This repository provides client-facing library which can be used by desktop
apps and mobile wallets for integrating RGB support. It also provides binary
`rgb` which runs in the command-line and exposes all RGB functionality locally,
requiring only an indexer, check [here](/cli/README.md) for details.

## License

See [LICENSE](LICENSE) file.


[Site]: https://rgb.info