@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2022 dcSpark
3
+ Copyright (c) 2022 anastasia-labs
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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://dcSpark.github.io/cardano-multiplatform-lib/
23
+ https://anastasia-labs.github.io/cardano-multiplatform-lib/
24
+