DeltaDeFi Rust SDK
The DeltaDeFi Rust SDK provides a convenient way to interact with the DeltaDeFi protocol. It allows developers to perform operations such as placing and canceling orders, managing wallets, and more.
Features
- Order Management: Build and submit transactions for placing and canceling orders.
- Wallet Integration: Load operation keys and sign transactions.
- Environment Support: Easily switch between Mainnet, Staging, and Dev environments.
Installation
Add the following to your Cargo.toml:
[]
= "<latest-version>"
Usage
Here is an example of how to use the DeltaDeFi Rust SDK to place and cancel an order:
use ;
use dotenv;
use env;
pub async
Example Usage
For more examples, visit the DeltaDeFi SDKs Demo Repository.
Contributing
We welcome contributions! Please follow our Contributing Guide before submitting a pull request.
License
This project is licensed under the Apache-2.0 License.