## icns-js: SDK for interacting with ICNS canisters

icns-js provides interfaces for interacting with the ICNS canisters, there are 4 main canisters:
1. registrar
2. registry
3. resolver
4. reverse registrar

Checkout the documentation [here](./docs/readme.md) and the examples [here](./examples).


## Acknowledgement
icns-js is modified from [sonic-js](https://github.com/Psychedelic/sonic-js).