The Open Source Cryptocurrency Wallet Built for Everyone
Secure, customizable, and beginner-friendly. Support Bitcoin, Ethereum, and Monero with Python-powered simplicity.
Your private keys never leave your device. (Since this wallet is still in alpha development encryption of prvate keys is not yet implimented)
TyWallet was built with Python since it is easy to learn and understant. We encourage our community to modify the source code to make the perfect wallet for you!
Simple, intuitive interface designed for crypto newcomers. TyWallet features one click wallet & seed phrase generation.
Stay updated with live cryptocurrency prices from our free API. It is refreshed every ~9 minutes which is great for intigration wallet applications.
Open source means you can modify anything. Add new features, integrate different APIs, or customize the interface to your needs.
No hidden fees, no premium features, no subscriptions. TyWallet is and will always be completely free and open source.
The original cryptocurrency. Send, receive, and store Bitcoin.
Manage your Ethereum with support for standard transactions and smart gas fees gas fees.
Privacy-focused cryptocurrency. Built-in privacy features for anonymous transactions and enhanced security.
Access rapid refreshing cryptocurrency prices with our completely free API. No rate limits, no API keys required, and no hidden costs.
# Get Bitcoin price
curl https://api.tywallet.xyz/prices/bitcoin
# Get Ethereum price
curl https://api.tywallet.xyz/prices/ethereum
# Get Monero price
curl https://api.tywallet.xyz/prices/monero
# Privacy-focused Tor endpoints
curl http://cbckdpjeksawellm4z2ttub3vmn552hnaagrsjueugfs4bzk5lzcyqqd.onion/prices/bitcoin
Choose the prebuilt option for easy installation, or build from source for easier customization
Download TyWallet from GitHub and navigate to the project directory.
git clone https://repo.tywallet.xyz
cd TyWallet
Install required Python packages using pip and the requirements file.
pip install -r requirements.txt
Run the main application and start managing your cryptocurrency wallets!
python main.py
TyWallet requires Python 3.13.4 or higher and was developed on an M1 MacBook Air and an Endeavour OS ARM64 desktop. It should run on any modern system and it is recommended that you develop and build with Python 3.13.4 or newer.
Hi! I'm Tyler, and I named this project "TyWallet" as a play on my name. What started as a personal learning project has grown into something I hope can help others in the cryptocurrency community.
I built TyWallet because I wanted a simple, secure, and transparent cryptocurrency wallet that anyone could understand and modify. As a developer who believes in open source software, I wanted to create something that empowers users rather than hiding complexity behind black boxes.
The goal is simple: make cryptocurrency accessible to everyone while maintaining the highest standards of security and privacy.