Welcome.
This Repo Contains Code for Ripple APIs for testnet Server.
Two Routes for APIs are created:
-
Account
Method to Create new Address on Testnet with Funding of 10,000 XRPs. Method to Create a new Address using generateAddress() and then funding that address to activate it. Method to get Account Info for te particular Address, it basically uses inbuilt method of RippledAPI.
-
Transaction
Method to Perform Transaction from source Address to Destination. MEthod to Fetch Transaction History of Particular Address and then displaying it in Proper format.
Clone this Repo and run npm install Run node server in the terminal