1

I read the following wiki on how to make a transaction:

http://wiki.nxtcrypto.org/wiki/The_Nxt_API#Create_Transaction_Request

But is there a sample code of how to make such a transaction using only html and javascript?

Patoshi パトシ
  • 10,956
  • 18
  • 80
  • 151

1 Answers1

1

Sure, connect to any public node or your local node using http://localhost:7876/test and use the resulting API test page as example.

lyaffe
  • 1,495
  • 7
  • 11