bittensor-rs 0.1.1

Standalone Rust SDK for Bittensor blockchain interactions
Documentation
1
2
3
4
5
6
7
8
9
//! API module that includes the generated metadata
//!
//! The metadata is automatically fetched from the chain at build time
//! by the build.rs script using subxt-cli and subxt-codegen.
//!
//! Set BITTENSOR_OFFLINE=1 to skip metadata fetch and use cached version.
//! Set BITTENSOR_ENDPOINT to use a different chain endpoint.

include!(concat!(env!("OUT_DIR"), "/metadata.rs"));