QuickStart
Last updated
Last updated
In this quickstart, you will be using a sample server which is created using the called the which you can quickly get started with.
Make sure you have cargo
installed on your machine
Retrieve access to the SilenceLaboratories and do:
generate access token on Shipyard ()
generate SSH key (how to )
register SSH key with Shipyard ().
Create cargo config ()
Login with cargo cargo login --registry silencelaboratories ACCESS_TOKEN
NB: Replace ACCESS_TOKEN with the one generated in the previous step
Run command cargo install wallet-provider-service --registry silencelaboratories
The code for the example service can be found in
~/.cargo/registry/src/git.shipyard.rs-*/wallet-provider-service-*/
Create a dedicated folder for the sample service, e.g. mkdir WPServer && cd WPServer
Create a .env
file there with sample config ()
Run with wallet-provider-service
command
For a description of SDK classes, interfaces, and types, please refer to .