Skip to content

vilsbole/EthTracker

Repository files navigation

EthTracker

A simple react-native app built with Expo.

home account

Mandatory

  • Input field for Ethereum address
  • Easy access to EthereumAccount screen
  • Display ETH and ERC20 balances
  • Display address operations with value and direction

Optional

  • Display operation date
  • Pull to refresh tokens and operations
  • QRCode reader to pre-fill input
  • Counter-values to balances and operations
  • Sort tokens by their counter-values
  • Coin distribution in Pie Chart
  • Fold and unfold lists
  • Group the operations by day

Coffee

  • Display history of previous searches
  • Data persistence between sessions

Development

This app depends on the Coinmarketcap api. To run in development you will need to create a file named .env.js at the root that exports an object containing your API_KEY.

  const env = {
    API_KEY: <SECRET_API_KEY>
  }

  export default env

About

React Native app to view Ethereum accounts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published