This example shows you how to build a simple transfer transaction using erdjs.
It uses a SimpleSigner
object to sign the transaction.
The transaction is then broadcasted by means of a NodeProvider
object.
Note that SimpleSigner should never be used in production dApps.