#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

95 releases (8 breaking)

new 0.9.5 Nov 7, 2024
0.8.7 Oct 7, 2024
0.6.13 Jul 30, 2024
0.2.6-beta7.rc1 Mar 31, 2024

#12 in #heavily

Download history 148/week @ 2024-07-13 213/week @ 2024-07-20 300/week @ 2024-07-27 109/week @ 2024-08-03 236/week @ 2024-08-10 424/week @ 2024-08-17 301/week @ 2024-08-24 429/week @ 2024-08-31 330/week @ 2024-09-07 346/week @ 2024-09-14 14/week @ 2024-09-21 604/week @ 2024-09-28 523/week @ 2024-10-05 407/week @ 2024-10-12 156/week @ 2024-10-19 12/week @ 2024-10-26

1,151 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

~14–19MB
~429K SLoC