A C++ standalone library of various tools for web3 development (bitcoin, ln, nostr)
This is basically a collection of all utility code i needed for at least one actual application, and that might be reuseable by someone else.
Code is designed to be buildable on native C++, as wasm using emscripten, or using android NDK
For Emscripten builds, C++ exceptions use the portable Emscripten JavaScript
mode by default. Set -DWAB3_WASM_NATIVE_EXCEPTIONS=ON when configuring to use
native WebAssembly exception handling instead.