| Crates.io | ree-exchange-sdk |
| lib.rs | ree-exchange-sdk |
| version | 0.13.0 |
| created_at | 2025-08-09 06:32:08.836688+00 |
| updated_at | 2026-01-09 02:57:28.661716+00 |
| description | REE exchange rust SDK. |
| homepage | https://www.omnity.network/ |
| repository | https://github.com/octopus-network/ree-exchange-sdk |
| max_upload_size | |
| id | 1787618 |
| size | 75,460 |
The Rust SDK for building Bitcoin dApps on REE (Runes Exchange Environment).
Bitcoin Script is intentionally not Turing-complete, which makes building complex protocols (e.g., AMMs) directly on the UTXO model very challenging. REE extends Bitcoin programmability for Rune assets by combining:
This repository is a Rust workspace that provides the SDK, proc-macros, and shared types required to build REE exchanges.
Add the dependency in your Cargo.toml:
[dependencies]
ree-exchange-sdk = "0.13"
LICENSE)