Skip to content

Deployment

Lisa edited this page Aug 25, 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.

Clone this wiki locally