#transaction #serialization #api #building #js #heavily #wasm-js

sidan-csl-rs

Wrapper around the cardano-serialization-lib for easier transaction building, heavily inspired by cardano-cli APIs

96 releases (8 breaking)

new 0.9.6 Nov 17, 2024
0.9.4 Oct 20, 2024
0.6.13 Jul 30, 2024
0.2.6-beta7.rc1 Mar 31, 2024

#208 in Magic Beans

Download history 138/week @ 2024-07-30 113/week @ 2024-08-06 415/week @ 2024-08-13 395/week @ 2024-08-20 330/week @ 2024-08-27 370/week @ 2024-09-03 469/week @ 2024-09-10 90/week @ 2024-09-17 147/week @ 2024-09-24 563/week @ 2024-10-01 647/week @ 2024-10-08 308/week @ 2024-10-15 37/week @ 2024-10-22 1/week @ 2024-10-29 121/week @ 2024-11-05 88/week @ 2024-11-12

279 downloads per month
Used in 2 crates

Apache-2.0

215KB
4K SLoC

sidan-csl-rs

sidan-csl-rs composed of the core serialization logics with the pattern of json-to-transaction, compilable to wasm. This library is not expected to be imported by Rust developers directly, but rather through the higher level APIs like whisky. The wasm build and utility is mostly exposed in MeshJS.

JS / TS wasm Install

In case you want the directly out of the box wasm function for your JS / TS project, run the below

# For nodejs package
yarn add @sidan-lab/sidan-csl-rs-nodejs
# For browser package
yarn add @sidan-lab/sidan-csl-rs-browser

APIs

  • The serialization logic documentation at the builder interface.
  • The inline documentation of core json to transaction serialization function is served at here.

Dependencies

~15–20MB
~429K SLoC