Socket
Socket
Sign inDemoInstall

@emurgo/cardano-serialization-lib-browser

Package Overview
Dependencies
Maintainers
2
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emurgo/cardano-serialization-lib-browser

**WARNING** this library is experimental.


Version published
Weekly downloads
51K
decreased by-5.97%
Maintainers
2
Weekly downloads
 
Created
Source

Cardano Serialization Lib

WARNING this library is experimental.

This is a library for serialization & deserialization of data structures used in Cardano's Haskell implementation of Shelley along with useful utility functions.

Serialization/deserialization code is generated automatically from the CDDL specification using cddl-codegen.

This code is available in:

If you are looking for legacy bindings, you can find them at the following:

Original specs

Here are the location of the original CDDL specifications:

Building

If you need to install Rust, do the following:

curl https://sh.rustup.rs -sSf | sh -s -- -y
echo 'export PATH=$HOME/.cargo/bin/:$PATH' >> $BASH_ENV
rustup install stable
rustup target add wasm32-unknown-unknown --toolchain stable

To build this repository, do the following:

git submodule update --init --recursive
nvm install && nvm use
npm run rust:build-nodejs
npm install

Testing

npm run rust:test
npm run js:test

Publishing

npm run js:publish-nodejs
npm run js:publish-browser

FAQs

Package last updated on 07 Jul 2020

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc