/picon-rs

It is a simple Android App for displaying cryptocurrency price information.

Primary LanguageRustMIT LicenseMIT

中文文档

Introduction

It is a simple Android App for displaying cryptocurrency price information. Based on Rust and egui. Use coinmarketcap provided API to fetch data.

Features

  • show top 100 cryptocurrency information.
  • show economy statistic data
  • show top 100 trending cryptocurrency price and sorted by CoinMarketCap search volume.

Use your own coinmarketcap API key

  • edit ./picon/src/apikey.rs
    pub const CMC_PRO_API_KEY: &str = "Your-API-Key";
    
  • rebuild: make

How to build?

  • Install Android sdk, ndk, jdk17, and set environment variables
  • Install Rust and Cargo
  • Run make
  • Refer to Makefile and build.help for more information

Reference