Reading Data from the Ronin Sidechain

In order to automate processes related to Axie Infinity I needed to read data from smart contracts deployed to the Ronin sidechain. Because Ronin is an EVM compatible blockchain, the same tools used for Ethereum will work for Ronin. However, you still need three critical things: the URL of a Ronin RPC server, the ABI of the smart contract you want to interact with and the address it was deployed to on Ronin.

Continue reading “Reading Data from the Ronin Sidechain”

Four Ways to Transfer Assets to the Ronin Sidechain

Updated on September 3rd 2021

To either play or invest in Axie Infinity you will need three types of Assets: ETH, SLP and AXS. ETH is used to purchase Axies from the marketplace while SLP and AXS are ERC20 tokens that are required for breeding them. 

Continue reading “Four Ways to Transfer Assets to the Ronin Sidechain”