https://github.com/roginvs/bitcoin-web-client
https://github.com/roginvs/bitcoin-web-client
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/roginvs/bitcoin-web-client
- Owner: roginvs
- Created: 2023-08-04T13:16:01.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-14T16:41:35.000Z (over 1 year ago)
- Last Synced: 2025-02-13T05:42:04.771Z (over 1 year ago)
- Language: JavaScript
- Size: 182 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bitcoin web wallet
This is a simple bitcoin wallet which uses third-party web service to fetch unspend endpoints and to push signed transaction. All cryptography is happening on the browser side.
You can try it here https://roginvs.github.io/bitcoin-web-client/
It is just a proof-of-concept and a playground for me to implement crypto on my own.
LOTS of crypto code is copied from this repo https://github.com/roginvs/bitcoin-scan so all unit tests are there
## Where is typescript?
This project is using plain javascript modules with type annonation. You can run typecheck via `npx --package typescript tsc`
## TODO
- Add multiple keys
- Show export as textarea instead of prompt
- Reorganize crypto code