# js-merkletree

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

js-merkletree is part of the iden3 project copyright 2024 0kims association

This project is licensed under either of

- [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0) ([`LICENSE-APACHE`](LICENSE-APACHE))
- [MIT license](https://opensource.org/licenses/MIT) ([`LICENSE-MIT`](LICENSE-MIT))

at your option.

## 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.
