Code Stack

We've coded everything so you just need to pick up your favourite language!

Our code stack is organized in 3 different layers. At the core layer the rust library implements the core cryptography modules and JS bindings with WASM. At the intermediate level there are Dart/React Native/Kotlin/Swift/C/Node.js bindings and at a high level there are example SDKs for different infrastructures: Server,Browser,Mobile.

Code Stack

Within the following section in Silent Shard Duo SDK example we demonstrate to devs how they can use the high level api to deploy a 2 party architecture whereby one party is deployed as a server acting as party 2 and the other party is a user mobile phone. We also polish the example to a real world scenario with an admin API controlled by the server to control user keygen,signing and rotation requests with authentication. Within the Low Level API we expose to devs our low level API's which can be used at the user needs.

Last updated