TyWallet

The Open Source Cryptocurrency Wallet Built for Everyone

Secure, customizable, and beginner-friendly. Support Bitcoin, Ethereum, and Monero with Python-powered simplicity.

Live Cryptocurrency Prices

Bitcoin Bitcoin (BTC) Loading...
Ethereum Ethereum (ETH) Loading...
Monero Monero (XMR) Loading...
Powered by TyWallet API

Why Choose TyWallet?

🔒

Secure & Private

Your private keys never leave your device. (Since this wallet is still in alpha development encryption of prvate keys is not yet implimented)

🐍

Python-Powered

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!

🌟

Beginner Friendly

Simple, intuitive interface designed for crypto newcomers. TyWallet features one click wallet & seed phrase generation.

Rapid Refresh

Stay updated with live cryptocurrency prices from our free API. It is refreshed every ~9 minutes which is great for intigration wallet applications.

🔧

Fully Customizable

Open source means you can modify anything. Add new features, integrate different APIs, or customize the interface to your needs.

🆓

Completely Free

No hidden fees, no premium features, no subscriptions. TyWallet is and will always be completely free and open source.

Supported Cryptocurrencies

Bitcoin

Bitcoin (BTC)

The original cryptocurrency. Send, receive, and store Bitcoin.

Ethereum

Ethereum (ETH)

Manage your Ethereum with support for standard transactions and smart gas fees gas fees.

Monero

Monero (XMR)

Privacy-focused cryptocurrency. Built-in privacy features for anonymous transactions and enhanced security.

More coins and blockchains coming soon!
We are actively developing support for additional cryptocurrencies and networks. Stay tuned for updates.

Free Cryptocurrency API

Unlimited & Free Forever

Access rapid refreshing cryptocurrency prices with our completely free API. No rate limits, no API keys required, and no hidden costs.

  • Fast updating price data for Bitcoin, Ethereum, and Monero
  • No authentication required
  • Privacy-focused .onion endpoints available
Explore API Documentation

Example API Usage:

# 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

Get Started in Minutes

Quick Start Options


Choose the prebuilt option for easy installation, or build from source for easier customization

Build from Source

1

Clone Repository

Download TyWallet from GitHub and navigate to the project directory.

git clone https://repo.tywallet.xyz
cd TyWallet
2

Install Dependencies

Install required Python packages using pip and the requirements file.

pip install -r requirements.txt
3

Launch TyWallet

Run the main application and start managing your cryptocurrency wallets!

python main.py

System Requirements

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.

About TyWallet

👋

Why "TyWallet"?

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.

Learn More About Tyler