This README covers technical aspects of running the Lava Server Kit. For more details visit https://docs.lavanet.xyz/access-server-kit or our Discord
- Clone the repository
cd
into the repository folder- Run
make install-all
- Create a configuration file with the following format:
endpoints:
- network-address: <network-address>
chain-id: <chain-id>
api-interface: <api-interface>
- network-address: <network-address>
chain-id: <chain-id>
api-interface: <api-interface>
The network-address
specifies the IP address and port number of the node, chain-id
specifies the unique identifier of the blockchain, and api-interface
specifies the API interface used by the node.
- Start the consumer using the command
rpcconsumer --config <path/to/config/file>