@dashevo/wasm-dpp2 2.2.0-dev.2

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 ADDED
@@ -0,0 +1,13 @@
1
+ # @dashevo/wasm-dpp2
2
+
3
+ Internal build of the Dash Platform Protocol v2 WebAssembly bindings.
4
+
5
+ ## Scripts
6
+
7
+ - `yarn build` – run the unified WASM build and bundle artifacts into `dist/`
8
+ - `yarn build:release` – same as `build` but forces full release optimisations
9
+ - `yarn test` – execute unit + browser (Karma) tests
10
+ - `yarn lint` – lint test sources
11
+
12
+ The build scripts defer to `packages/scripts/build-wasm.sh` to keep behaviour
13
+ consistent with other WASM packages such as `@dashevo/wasm-sdk`.