Socket
Socket
Sign inDemoInstall

@mlabs-haskell/cardano-serialization-lib-browser

Package Overview
Dependencies
0
Maintainers
5
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @mlabs-haskell/cardano-serialization-lib-browser

(De)serialization functions for the Cardano blockchain along with related utility functions


Version published
Weekly downloads
1
decreased by-92.86%
Maintainers
5
Created
Weekly downloads
 

Readme

Source

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
  • NodeJS WASM package
  • Browser (chrome/firefox) WASM package
  • Browser (pure JS - no WASM) ASM.js package
Rust crates
Mobile bindings

Documentation

You can find documentation here

FAQs

Last updated on 10 Jan 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc