This is a monolithic Blockchain Service that exposes APIs for communicating with EOS blockchain network. The primary purpose of this API includes functionalities for:
- Saving transaction and transaction-line entities.
- Getting transaction and transaction line.
- HealthCheck.
This readme guides you through two processes:-
- How to set up the project with all the dependent modules.
- Has a Postman collection specified to get you toying around with the project.
- This service requires the following programs for it's functioning.
- nodeJs
- EOS Testnet
- npm install
- npm start >> service.log &
- EOS => ws://51.254.99.43:11011 (testnet hosted on this server)
The Service is in active development, Here are a few noteworthy points.
- master has the stable code base, dev is done in develop branch.