0

How can I sign a transaction with a private key using the REST API for WavesPlatform blockchain? Please, give you provide some examples?

4

1 回答 1

2

There are 2 ways to sign transactions:

  1. By using a node. But that node should know private key of your address. In other words, it should be your node, because you should never and ever send your private key to anybody else.
  2. By using Waves libraries for different languages (python, c#, js, java). Libraries can sign transaction with provided private key and send to the network already signed tx.
于 2019-02-22T13:12:13.760 回答