Skip to content

ark-aces/aces-listener-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACES Listener API Specification

The ACES Listener API Specification defines an API interface for blockchain listeners. Implementations allows transaction events for a blockchain to be consumed via a common REST-ful API.

Implementations

SDKs

Building SDKs

Clone Swagger Codegen down into an adjacent directory and build the codegen app:

cd ../swagger-codegen/modules/swagger-codegen-cli/
mvn clean package

Then run the SDK build script in this repo:

sh ./sdk-generation/regenerate.sh

Publishing SDKs

Java

You must have an maven settings.xml set up with credentials to publish to the ACES artificatory repository.

cd ./sdks/java
mvn clean publish --settings=settings.xml