1. Build RPC of Lumoz Chain
Requirements
CPU: 8 core +
RAM: 16 Gb+
Storage: 500 Gb+
Docker
Download docker-compose.yml
Download snapshot of Genesis file under the root path of docker-compose.yml
Start RPC
Check logs
Test
Note:
RPC address(default): device IP+9545
WS address(default): device IP+9546
If IP is 1.2.3.4, the RPC address will be http://1.2.3.4:9545, and the WS address will be WS://1.2.3.4:9546
Customize port
Edit the docker-compose.yml if you want to change the port.
Last updated