Skip to main content

SDK for Silent Network

In this section we briefly introduce SDKs used to communicate with Silent Network. The most up to date version of the request schema, API and examples are always documented in the repositories, please refer there for exact usage.

Rust

Whe WPBE-SDK used by our example WPBE service.

Golang

Golang version of WPBE-SDK We provide example CLI command that uses the SDK underneath.

TypeScript

Written in TypeScript SDK can be used in frontend development, or as a backend client to the WPBE. Apart from SDK provides also e2e tests that excersise the whole path, from the frontend, through the WPBE and the Network.

There is also demo page available, to showcase EOA, and Passkey authentication.