https://github.com/philipglazman/atlaswallet
My own C++ implementation of a bitcoin wallet. More to come.
https://github.com/philipglazman/atlaswallet
Last synced: 3 months ago
JSON representation
My own C++ implementation of a bitcoin wallet. More to come.
- Host: GitHub
- URL: https://github.com/philipglazman/atlaswallet
- Owner: philipglazman
- Created: 2017-12-31T04:30:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-07T15:23:49.000Z (about 7 years ago)
- Last Synced: 2025-01-01T12:15:11.800Z (5 months ago)
- Language: Makefile
- Size: 39.3 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Atlas Wallet
C++ implementation of a bitcoin wallet.## Planned Features
- Fee Estimation
- Recommendations for when to submit transactions based on historical fees.
- UTXO Analyzer for client to analyze personal spending.
- Configurable Scripts/Smart Contracts
- Timelock Contracts
- Lightening Network Dashboard
# Status
In development. Do not use with real money.