-
Notifications
You must be signed in to change notification settings - Fork 0
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.
Open a terminal window and use docker pull ferandal/cordaadapter and then docker run —rm -p 8080:8080 ferandal/cordaadapter.
To stop the server just kill the docker container: Docker kill (DockerID).
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.