tidecloak-js
Version:
TideCloak client side JS SDK
13 lines (10 loc) • 1.23 kB
Markdown
# Tide JS
Browser side modules required to interact with the Tide Network.
## Repository Index
* [Clients.](https://github.com/tide-foundation/tide-js/tree/main/Clients) HTTP clients required to interact with Tide Network and Authentication functions, as well as the Vendor's voucher endpoint.
* [Cryptide.](https://github.com/tide-foundation/tide-js/tree/main/Cryptide) Very similar to [Cryptide .NET](https://github.com/tide-foundation/ork/tree/main/Cryptide), except written in Javascript.
* [Flow.](https://github.com/tide-foundation/tide-js/tree/main/Flow) Contains all types of Tide Flows such as key generation, authentication, recovery, encryption, decryption and signing.
* [Math.](https://github.com/tide-foundation/tide-js/tree/main/Math) Basic Math used in flows.
* [Models.](https://github.com/tide-foundation/tide-js/tree/main/Models) Models used around the Tide Network for: serialized data, web responses and network object data structures (OrkInfo + KeyInfo).
* [Tests.](https://github.com/tide-foundation/tide-js/tree/main/Tests) Tests hosted at /tests.html
## ***This is a standalone SDK with 0 dependancies, it's meant to be copied to a modules directory of a Javascript project that wants to use it***