| Crates.io | aum-api |
| lib.rs | aum-api |
| version | 0.1.0 |
| created_at | 2025-04-03 20:30:11.262578+00 |
| updated_at | 2025-04-03 20:30:11.262578+00 |
| description | API library for AUM |
| homepage | |
| repository | https://github.com/oblivisheee/aum-engine |
| max_upload_size | |
| id | 1618978 |
| size | 22,094 |
A Rust-based tool designed to manage and scale crypto AUM (Assets Under Management) efficiently.
To set up and use aum-engine, follow these steps:
Create a new Cargo project:
cargo init --bin my-aum-project
cd my-aum-project
Add dependencies:
cargo add aum-core
cargo add aum-engine
Start building your AUM management logic: Import the necessary modules and begin coding your solution.
To be explained in future. Currently pre-alpha.