Requires relatively Maven recent version e.g. 3.9.4
Run in CLI (bash / Powershell) in tokengine root directory.
mvn clean install
This uses the build instructions in the pom.xml
To build a Tokengine container using docker in the current directory from the provided Dockerfile
docker build -t convexlive/tokengine:latest .This internally builds using Maven. Any dependencies required should be published in Maven Central.
Deploy to docker hub:
docker login -u "convexlive" docker.io
docker push convexlive/tokengineReplace convexlive with own username for custom deployments as needed.