A simple react-native app built with Expo.
- Input field for Ethereum address
- Easy access to EthereumAccount screen
- Display ETH and ERC20 balances
- Display address operations with value and direction
- 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
- Display history of previous searches
- Data persistence between sessions
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