Wallet Provider SDK
The front-end library for the Silent Network
Last updated
The front-end library for the Silent Network
Last updated
The Wallet Provider Frontend SDK is an NPM package you can import into your client side. The library extends methods and functions you can call to manage your operations with the silent network.
Initiating a new Distributed Key Generation with the network for the user along with suitable permissions
Initiating a user session (using an ephemeral session key) with the Backend SDK and subsequently the Network
Authenticating the registration and session initiation requests with the user's EOA
Generating a client signature generation request in a standard format
Authenticating the sign gen request with the user's ephemeral session key signature
You can access the NPM package here (private registry):
The source code for the library resides here (private repo):
The repository contains documentation, short tutorial and the demo page showcasing the usage.