3.1 Binaries Configuration

This option can be found in our latest testnet repo here

Once you have downloaded the required binaries from releases of the repo, we will be configuring it to work in a specific file system structure

  • App

    • spicenet-ubuntu-latest

    • configs

      • celestia

configs can be found in the testnet repo at the root.

Set up connection to celestia in the file configs/celestia/rollup.toml in the fields celestia_rpc_address and celestia_rpc_auth_token

Make sure your celestia bridge node runs on the mocha testnet. Refer to celestia's guide on running and maintaining a celestial bridge node here

Run the binary with

chmod +x spicenet-ubuntu-latest
./spicenet-ubuntu-latest

Last updated

Was this helpful?