@mlabs-haskell/cardano-serialization-lib-nodejs
v11.2.1
Published
(De)serialization functions for the Cardano blockchain along with related utility functions
Downloads
4
Keywords
Readme
Cardano Serialization Lib
This fork of the cardano-serialization-library includes a development shell
that sets the WASM_BINDGEN_WEAKREF
environment variable. This ensures that
builds of the library will automatically free()
pointers when their reference
in the JavaScript runtime is garbage collected.
Build
Ensure you have Nix installed and Flakes enabled.
nix develop
npm run rust:build-nodejs
The script will build the assets under /rust/pkg
.
Other targets and scripts can be found in the root packages.json
.
This is a library, written in Rust, for serialization & deserialization of data structures used in Cardano's Haskell implementation of Alonzo along with useful utility functions.
NPM packages
Rust crates
Mobile bindings
Documentation
You can find documentation here