Skip to content

A monolith service that executes a CRUD smart contract on EOSIO.

License

Notifications You must be signed in to change notification settings

akhiltiwari13/EOSCrudContractClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Icury-EOS-Service

Introduction

This is a monolithic Blockchain Service that exposes APIs for communicating with EOS blockchain network. The primary purpose of this API includes functionalities for:

  1. Saving transaction and transaction-line entities.
  2. Getting transaction and transaction line.
  3. HealthCheck.

This readme guides you through two processes:-

  1. How to set up the project with all the dependent modules.
  2. Has a Postman collection specified to get you toying around with the project.

Project Dependencies

  • This service requires the following programs for it's functioning.
  1. nodeJs
  2. EOS Testnet

Postman Collection

Setup step

  • npm install
  • npm start >> service.log &

testnet

  • EOS => ws://51.254.99.43:11011 (testnet hosted on this server)

work in progress:

The Service is in active development, Here are a few noteworthy points.

  1. master has the stable code base, dev is done in develop branch.

About

A monolith service that executes a CRUD smart contract on EOSIO.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published