Address and Signature
Welups SDK supports offline private key generation and signature.
Address Generation
The generateAddress
function can be directly called without binding a private key.
This returns a private key that can be directly used on WELUPS network.
Example:
Signature
Welups SDK has encapsulated signature function, refer to signTransaction
in RPC_APIs.
Binding a private key with a WelClient instance or providing a SECP256K1.KeyPair
to accomplish the signing process.
Last updated