An open API service indexing awesome lists of open source software.

https://github.com/roginvs/bitcoin-web-client


https://github.com/roginvs/bitcoin-web-client

Last synced: about 1 year ago
JSON representation

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