Skip to content

negativefix/elrond-growth-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elrond-growth-rust

Rust wrapper for Elrond Growth Api - https://growth.elrond.com

Usage

use elrond_growth_rust::{market_value, EGResult};

#[tokio::main]
async fn main() -> EGResult<()> {
    let price_data = market_value::price().await?;
    println!("{:#?}", price_data.last().unwrap().value);
    Ok(())
}

About

Rust wrapper for Elrond Growth Api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages