Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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!