-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: improve types exports in package.json (#39)
* fix: improve types exports in package.json * Update readme. Bump version --------- Co-authored-by: Dimasik Kolezhniuk <[email protected]>
- Loading branch information
1 parent
7244c2e
commit f281a11
Showing
3 changed files
with
33 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,23 @@ | ||
# js-merkletree | ||
browser compatible SMT implemetation | ||
|
||
A browsers compatible TypeScript implementation of a Merkle Tree data structure for efficient and secure data verification and storage. This library is developed and maintained by the Iden3 team | ||
|
||
## Installation | ||
|
||
```bash | ||
npm install @iden3/js-merkletree | ||
``` | ||
|
||
For more detailed usage and examples, please refer to the documentation and tests. | ||
|
||
## Contributing | ||
|
||
We welcome contributions to the js-merkletree library. | ||
|
||
## License | ||
|
||
This project is licensed under the AGPL-3.0 License. | ||
|
||
## Acknowledgments | ||
|
||
This library is developed and maintained by the Iden3 team as part of their effort to build a decentralized, privacy-preserving identity management system. Special thanks to all the contributors and the open-source community for their support. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters