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
- Host: GitHub
- URL: https://github.com/kolkode/trinetry
- Owner: KolKode
- License: mit
- Created: 2025-06-02T07:38:43.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-21T04:25:42.000Z (12 months ago)
- Last Synced: 2025-06-21T05:28:48.986Z (12 months ago)
- Topics: android-app, android-application, blockchain, blockchain-technology, crypto, encrypted-sharedpreferences, eth, ethereum, ethereum-wallet, gradle, java, okhttp, wallet, web3, web3j
- Language: Java
- Homepage:
- Size: 2.85 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Trinetry 🚀

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