- Java 21+
- Maven 3.6.3+
- Docker (if you want to build a container image)
mvn clean installThis will create remegrid.jar in the target directory. This is a runnable .jar file that will start a ReMeGrid test node
If you want to run the ReMeGrid node locally (e.g. for testing):
java -jar ./target/remegrid.jarA Dockerfile is included in this repo to build a ReMeGrid node docker image:
docker build -t remegrid .docker run remegrid- The uberjar is created as
target/remegrid.jar - Main class:
io.remegrid.ReMeGridMain