Basic example

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.

Network

Account

Address:
Nonce:
Balance:

Transaction

Steps

Results

Prepared transaction


            

Signed transaction


            

Broadcast results


            

Query results