It is a simple Android App for displaying cryptocurrency price information. Based on Rust
and egui
. Use coinmarketcap provided API
to fetch data.
- show top 100 cryptocurrency information.
- show economy statistic data
- show top 100 trending cryptocurrency price and sorted by CoinMarketCap search volume.
- edit
./picon/src/apikey.rs
pub const CMC_PRO_API_KEY: &str = "Your-API-Key";
- rebuild:
make
- Install Android
sdk
,ndk
,jdk17
, and set environment variables - Install
Rust
andCargo
- Run
make
- Refer to Makefile and build.help for more information