The Universal Node

This node streamlines the integration process for DApps aiming to incorporate bridgeless minting and evolution across various chains, including Ethereum, by merely adjusting the RPC endpoint to connect to the relevant Universal Nodes.

This Golang-based node is developed in this main open-source repository.

Launch and synchronize this node locally using the command:

$ docker run -p 5001:5001 freeverseio/laos-universal-node:<release> -rpc=<ownership-node-rpc> -evo_rpc=<evochain-node-rpc>

The specified port (e.g.5001) is used for the JSON-RPC interface.

Use the following command to display all available command-line options:

$ docker run freeverseio/laos-universal-node --help 

Last updated