@anastasia-labs/cardano-multiplatform-lib-browser 5.3.1-7 → 6.0.0

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/README.md CHANGED
@@ -1,15 +1,14 @@
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
 
8
7
  ##### NPM packages
9
8
 
10
- - browser: [link](https://www.npmjs.com/package/@anastasia-labs/cardano-multiplatform-lib-browser)
11
- - nodejs: [link](https://www.npmjs.com/package/@anastasia-labs/cardano-multiplatform-lib-nodejs)
12
- - asm.js (strongly discouraged): [link](https://www.npmjs.com/package/@anastasia-labs/cardano-multiplatform-lib-asmjs)
9
+ - browser: [link](https://www.npmjs.com/package/@dcspark/cardano-multiplatform-lib-browser)
10
+ - nodejs: [link](https://www.npmjs.com/package/@dcspark/cardano-multiplatform-lib-nodejs)
11
+ - asm.js (strongly discouraged): [link](https://www.npmjs.com/package/@dcspark/cardano-multiplatform-lib-asmjs)
13
12
 
14
13
  ##### Rust crates
15
14
 
@@ -22,3 +21,4 @@ We recommend using Ionic + Capacitor or an equivalent setup to have the WASM bin
22
21
  ## Documentation
23
22
 
24
23
  https://dcSpark.github.io/cardano-multiplatform-lib/
24
+