An open API service indexing awesome lists of open source software.

https://github.com/kolkode/trinetry

A Crypto Wallet
https://github.com/kolkode/trinetry

android-app android-application blockchain blockchain-technology crypto encrypted-sharedpreferences eth ethereum ethereum-wallet gradle java okhttp wallet web3 web3j

Last synced: 11 months ago
JSON representation

A Crypto Wallet

Awesome Lists containing this project

README

          

# Trinetry 🚀
![Trinetry_logo](./app/src/main/res/drawable/app_logo.png)

Trinetry is a lightweight, native Android Ethereum wallet built with Java.
Built with simplicity, security, and performance in mind.

## 🌟 Features
- Generate Ethereum wallet (mnemonic + private/public key)
- Send ETH to any address
- View real-time wallet balance
- Fetch transaction history from Etherscan (Sepolia Testnet)
- Clean minimal UI with scrollable transaction feed

## 🧰 Tech Stack
- Java (Native Android)
- Web3j for Ethereum interaction
- OkHttp for network calls
- RecyclerView for rendering tx history
- Etherscan API for transaction data

## 📸 Screenshots

[//]: # (*Add screenshots or demo GIF here*)

## 🛠️ Getting Started

1. Clone this repo:
```bash
git clone https://github.com/KolKode/Trinetry.git
```

Made with 💚 by https://github.com/KolKode