Build Directly in Rust
Prerequisites
Steps
1. Create a Rust app and add ant-core
git clone https://github.com/WithAutonomi/ant-client.git
cargo new autonomi-rust-app
cd autonomi-rust-app[dependencies]
ant-core = { path = "../ant-client/ant-core", features = ["devnet"] }
bytes = "1"
tokio = { version = "1", features = ["full"] }2. Start a local devnet and upload data from Rust
3. Run the app
What happened
Next steps
Last updated