How to signed a local transaction and send to blockchain by SendTransaction of prc?

how to signed a local transaction and send to blockchain by SendTransaction of prc;there is any example code for golang or rust

The rust SDK has an example of a transaction generator concordium-rust-sdk/generator.rs at main · Concordium/concordium-rust-sdk · GitHub which shows how to send simple transfers.

Is that the kind of thing you are looking for?

have any example of generate address of account? it just show transfer code

Hi @abel,

I am not sure what you mean exactly.
The account you use must exist on the chain you are sending transactions to, otherwise, all the transactions will fail.

Best regards,
Kasper