Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karliatto/decodebitcoin.com
Experimental project using Rust and WASM to decode Bitcoin
https://github.com/karliatto/decodebitcoin.com
Last synced: about 1 month ago
JSON representation
Experimental project using Rust and WASM to decode Bitcoin
- Host: GitHub
- URL: https://github.com/karliatto/decodebitcoin.com
- Owner: karliatto
- Created: 2024-12-04T14:46:11.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-12-08T12:16:43.000Z (about 1 month ago)
- Last Synced: 2024-12-08T13:17:26.845Z (about 1 month ago)
- Language: Rust
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DecodeBitcoin.com
This is a experimental project using Rust and WASM to decode Bitcoin.
- [x] Bitcoin Transactions
- [] Bip21
- [] bolt11
- [] bolt12
...## Develop with webpack
You can build the example locally with:
```bash
npm run serve
```and then visiting http://localhost:8080 in a browser should run the example!