Skip to content

Deployment

Lisa edited this page Aug 26, 2019 · 3 revisions

You can start a pre-built version of the adapter using docker. Make sure that the latest versions of docker is installed.

Starting

Open a terminal window and use docker pull ferandal/cordaadapter and then docker run —rm -p 8080:8080 ferandal/cordaadapter.

Stopping

To stop the server just kill the docker container: Docker kill (DockerID).

Execute tasks

With Postman you can then send requests to localhost:8080 as described in the REST API for mantichor. The implemented interface can be found as Swagger Documentation in Mantichor's Frontend Repository. For the Mantichor Corda Adapter we do not need the GET command to receive all active accounts from the adapter, because the server automatically sends the requests to the right node.

Clone this wiki locally