If you miss any Blockchain, we invite you to integrate it yourself and make a PR with the integration.
To do so, follow this tutorial.
Create a Dockerfile
First of all, you need to create a Dockerfile with the blockchain node. In case there is already an official, native node, you do not need to perform this step.
Dockerfiles are inside the packages directory. Each required service will implement a package in this directory.
Create a Docker-compose
The entire node architecture is routed through network-separated docker-composes in the docker-compose directory. These docker-composes are used to define the configuration of all the necessary containers on the node.
Adding a token configuration in the Connector
First, you need to create a package with the following structure in the Connector folder: