Send Signa

Learn how to sign a transaction and send Signa to another account

In this slightly more complex but still essential and though basic example we send some Signa to another account. Now, we need to get the senders passphrase to generate the keys we need for signing the transaction. The example assumes that we gathered the information somehow before. To see how to do this interactively in the command line we recommend our working examples in the repository.

A fully working example is available here

The SignumJS library uses a local signing concept for advanced security. That means that under absolutely no circumstances no passphrase or private key is sent over the network.

Transaction signing flow - No secret is sent over the network

Following functions from SignumJS are used in this example

Last updated