🕸️A.3 SilentShard: Flutter TSS SDK
SilentShard SDK to create a distributed ECDSA signature at the phone (by communicating with other MPC nodes hosted on the cloud).
Requirement
Flutter development environment should be set up.
Recommended tools
Visual Studio Code

To add plugin as a dependency in external app:
Obtain your git repo access token.
Add the following to your
pubspec.yaml
:dependencies: dart_2_party_cloud_sdk: git: url: https://[email protected]/com.silencelaboratories/silent-shard/rustnotsnap-sdk/flutter-two-party-cloud-sdk.git ref: v0.0.1
Run
flutter pub get
from terminal and when prompted, enter flutter-repo-access as your username (if you use link above it already contains username and this step will be skipped) and your access token obtained before as a password.
N.B. You might want to setup git credentials storage using osxkeychain or other credential managers: documentation.
Last updated