๐Ÿ›ฐ๏ธAgamotto

Agamotto

Agamotto is Ojo's first price-providing chain for other mainnet chains. Mainnet contracts are documented here.

Explorers

Validating

Ojo chain validators are required to run both the Ojo Node and the Price Feeder. In order to avoid jailing due to pricing votes, check out our docs. You must be invited to the Agamotto network to run a validator.

Start a Full Node

Assuming that you have the right Ojo binary installed, you can start a node locally:

curl https://gist.githubusercontent.com/adamewozniak/700b68ccca5add4f5237d29cd1d8f0c1/raw/f01b97cd377ef442e9a972ec48d523f8181c1fbb/join-agamotto.sh -o join_agamotto.sh && chmod +x join_agamotto.sh && ./join_agamotto.sh NewNode

Hardware Recommendations

  • 4-8 vCPUs

  • 8-16 GB RAM

  • 100GB SSD (More if running an archival node, less if pruning every block)

Last updated