Skip to content

shibug/cardano-submit-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cardano Submit API Docker image

Running the Cardano Submit API as service can be a bit challenging for the newcomer because it requires several configuration files and command to execute. For instance :

  • Installing the binary
  • Configuring the Application
  • Configuring SystemD

This project aims to simplify the process and Submit API up and running in no time.

Requirements

  • Docker must be installed on your server
  • Cardano node must be running on your server
  • Basic understanding of Docker

How to run Cardano Submit API ?

In this example we are assuming the path to the Cardano node.socket file to be in the node-ipc directory. Please update this path accordingly to your own configuration. You can also set the version of the submit api you want

docker run -d --restart unless-stopped \
    -v ./node-ipc:/opt/cardano/ipc \
    anewpoolio/cardano-submit-api:v1.35.3-0.1.0

Thanks

This project will not have been possible without the incredible work of the Guild Community please find more information here https://github.com/cardano-community/guild-operators

TODOS

  • Add Docker compose example
  • Add healthckeck

About

Docker Image for Cardano Submit API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 71.5%
  • Makefile 19.3%
  • Shell 9.2%