A web interface for viewing market data from Project Serum, on the Solana blockchain.
- Java 17
- Maven
mvn clean install
docker pull mmorrell/serum-data:latest
docker run -p 8080:8080 serum-data
docker build -t serum-data .
docker run -p 8080:8080 serum-data
With custom Solana RPC:
docker build -t serum-data .
docker run -e OPENSERUM_ENDPOINT="http://localhost:8899/" -p 8080:8080 serum-data
With one of the preset RPC validators (GENESYSGO, PROJECT_SERUM). Default is GENEYSGO:
docker build -t serum-data .
docker run -e OPENSERUM_ENDPOINT=PROJECT_SERUM -p 8080:8080 serum-data
These scripts will install NGINX, Docker, and enable UFW on port 22 and 80. It will also start a Blue and Green instance of the application.
curl -sSL https://raw.githubusercontent.com/skynetcap/serum-data/main/scripts/setup.sh | sh
curl -sSL https://raw.githubusercontent.com/skynetcap/serum-data/main/scripts/blue_start.sh | sh
curl -sSL https://raw.githubusercontent.com/skynetcap/serum-data/main/scripts/green_start.sh | sh
YourKit for providing us with a free profiler open source license.
YourKit supports open source projects with innovative and intelligent tools for monitoring and profiling Java and .NET applications. YourKit is the creator of YourKit Java Profiler, YourKit .NET Profiler, and YourKit YouMonitor.
Open an issue with details, or pull request with changes.
MIT License