miden-client-web 0.15.0

Web Client library that facilitates interaction with the Miden network
1
2
3
4
fn main() {
    #[cfg(feature = "nodejs")]
    napi_build::setup();
}