9 releases

0.3.0 Oct 25, 2023
0.2.1 Oct 13, 2023
0.2.0 Sep 28, 2023
0.1.5 Sep 21, 2023

#72 in #signing

26 downloads per month

Apache-2.0

1MB
15K SLoC

lightspark-remote-signing

This is a Rust SDK for the Lightspark remote signing service.

Example Remote Signing Server Implementation

You can take a look at this example server implementation to see how to use this SDK.


lib.rs:

Lightspark Remote Signing Library is a library to handle lightspark remote signing webhook events.

For most cases, you will want to use the handler::Handler to handle the remote signing webhook event you get from lightspark. The handler will process the request, and form a response that you can send back to lightspark through Lightspark SDK.

This crates also provides a signer::LightsparkSigner that can be used to sign transactions.

Dependencies

~19MB
~316K SLoC