Skip to content
This repository has been archived by the owner on Oct 29, 2018. It is now read-only.

Latest commit

 

History

History
13 lines (12 loc) · 479 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 479 Bytes

Chain-go-rest

Rest interface to the AEN Blockchain in Golang following the Rest API standard as indicated by NEM2 Rest api [https://nemtech.github.io/api.html#]

To get up and running, Set up oyour Go Environment, run the setup script. Then delete the Chain-go-rest folder, and clone directly to that folder, in inteliJ set the build from file to folder other wise the files will be undefined. to build, Go to the folder and run

go build

or run the build shell script.