Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dcspark/cardano-multiplatform-lib
Rust implementation of Cardano
https://github.com/dcspark/cardano-multiplatform-lib
Last synced: 5 days ago
JSON representation
Rust implementation of Cardano
- Host: GitHub
- URL: https://github.com/dcspark/cardano-multiplatform-lib
- Owner: dcSpark
- License: mit
- Created: 2021-08-17T19:22:09.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-08-26T15:22:48.000Z (4 months ago)
- Last Synced: 2024-08-27T10:36:26.894Z (4 months ago)
- Language: Rust
- Size: 4.93 MB
- Stars: 97
- Watchers: 7
- Forks: 35
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cardano Multiplatform Lib
This is a library, written in Rust, that can be deployed to multiple platforms (Rust crate, JS, Typescript, WASM, etc). It handles:
- Serialization & deserialization of core data structures
- Useful utility functions for dApps & wallets##### NPM packages
- browser: [link](https://www.npmjs.com/package/@dcspark/cardano-multiplatform-lib-browser)
- nodejs: [link](https://www.npmjs.com/package/@dcspark/cardano-multiplatform-lib-nodejs)
- asm.js (strongly discouraged): [link](https://www.npmjs.com/package/@dcspark/cardano-multiplatform-lib-asmjs)##### Rust crates
- crates: [link](https://crates.io/crates/cardano-multiplatform-lib)
##### Mobile bindings
We recommend using Ionic + Capacitor or an equivalent setup to have the WASM bindings working in mobile
## Documentation
https://dcSpark.github.io/cardano-multiplatform-lib/