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.