@anastasia-labs/cardano-multiplatform-lib-nodejs 5.3.1-7 → 6.0.0-10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +2 -2
- package/cardano_multiplatform_lib.d.ts +1663 -245
- package/cardano_multiplatform_lib.js +4427 -273
- package/cardano_multiplatform_lib_bg.wasm +0 -0
- package/package.json +3 -3
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
# Cardano Multiplatform Lib
|
|
2
2
|
|
|
3
3
|
This is a library, written in Rust, that can be deployed to multiple platforms (Rust crate, JS, Typescript, WASM, etc). It handles:
|
|
4
|
-
|
|
5
4
|
- Serialization & deserialization of core data structures
|
|
6
5
|
- Useful utility functions for dApps & wallets
|
|
7
6
|
|
|
@@ -21,4 +20,5 @@ We recommend using Ionic + Capacitor or an equivalent setup to have the WASM bin
|
|
|
21
20
|
|
|
22
21
|
## Documentation
|
|
23
22
|
|
|
24
|
-
https://
|
|
23
|
+
https://anastasia-labs.github.io/cardano-multiplatform-lib/
|
|
24
|
+
|