@lightprotocol/compressed-token 0.22.0 → 0.22.1-alpha.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
|
@@ -28,8 +28,8 @@ npm install --save \
|
|
|
28
28
|
|
|
29
29
|
### Documentation and examples
|
|
30
30
|
|
|
31
|
-
-
|
|
32
|
-
-
|
|
31
|
+
- [Latest Source code](https://github.com/lightprotocol/light-protocol/tree/main/js/compressed-token)
|
|
32
|
+
- [Creating and sending compressed tokens](https://www.zkcompression.com/developers/typescript-client#creating-minting-and-transferring-a-compressed-token)
|
|
33
33
|
|
|
34
34
|
### Getting help
|
|
35
35
|
|
|
@@ -38,9 +38,9 @@ Check out the [Light](https://discord.gg/CYvjBgzRFP) and [Helius](https://discor
|
|
|
38
38
|
|
|
39
39
|
When asking for help, please include:
|
|
40
40
|
|
|
41
|
-
-
|
|
42
|
-
-
|
|
43
|
-
-
|
|
41
|
+
- A detailed description of what you're trying to achieve
|
|
42
|
+
- Source code, if possible
|
|
43
|
+
- The text of any errors you encountered, with stacktraces if available
|
|
44
44
|
|
|
45
45
|
### Contributing
|
|
46
46
|
|