nano-pow 0.0.1 → 1.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -30,6 +30,8 @@ const workGpu = await NanoPowGpu.search(hash, threshold)
30
30
  const workGl = await NanoPowGl.search(hash, threshold)
31
31
  ```
32
32
 
33
+ You may also embed it in the global namespace by targeting `dist/global.min.js`
34
+
33
35
  ## Notes
34
36
  The `work` field in a Nano transaction block contains an 8-byte nonce that
35
37
  satisfies the following equation:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nano-pow",
3
- "version": "0.0.1",
3
+ "version": "1.0.0",
4
4
  "description": "Proof-of-work generation with WebGPU/WebGL for Nano cryptocurrency.",
5
5
  "keywords": [
6
6
  "nemo",