
0G DA Retriever
Install dependencies
sudo apt-get update
sudo apt-get install cmake build-essential protobuf-compilerInstall Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shDownload the source code
git clone https://github.com/0glabs/0g-da-retriever.git
cd 0g-da-retrievercargo build --releaseConfiguration
nano $HOME/0g-da-retriever/run/config.tomlSample:
log_level = "info"
grpc_listen_address = "0.0.0.0:34005"
#YOUR_RPC_ENDPOINT:
eth_rpc_endpoint = "https://evmrpc-testnet.0g.ai" Create service file
Start service

Last updated