Crates.io | numeraire |
lib.rs | numeraire |
version | 1.3.1 |
source | src |
created_at | 2022-11-10 23:12:09.141256 |
updated_at | 2022-11-11 06:52:44.036476 |
description | Market abstractions for the Rubicon SDK |
homepage | |
repository | https://github.com/RubiconDeFi/rubi-rs |
max_upload_size | |
id | 712468 |
size | 26,167 |
rubi-rs
is an SDK which allows users to transact on the Rubicon protocol, a limit order book market on Optimism.
This codebase is in Alpha and could contain bugs or change significantly between versions. Contributing through Issues or Pull Requests is welcome!
Please refer to this for information on the risks associated to the Rubicon Protocol.
Documentation for rubi-rs
can be found on Crates.io. Documentation for the Rubicon protocol can be found here
aid
: Enables support for the Market Aid contract (currently internal to the Rubicon team)full
: Enables all of the following features.streaming
: Enables event streaming via flume. Requires a websocket endpointierc20
: Enables ERC-20 support.This SDK is still in alpha. However, in order to maintain consistency with the Rubicon protocol, we follow the convention that the major and minor version numbers match the major and minor version numbers of the protocol, while the patch version number denotes same-version patches and upgrades to the SDK.
rubi-rs
is licensed under the Apache License (Version 2.0). See LICENSE.txt for details.