How to test Make's Overledger app
Before we go into the specifics of the Overledger Make App, we provide the following information for some of our connected blockchain networks, so that you can perform accurate testing:
Block Explorer
How to browse the transactions for this blockchain network via a user interface.
Blockchain network | Block Explorer |
---|---|
Ethereum Sepolia, mainnet | Sepolia Etherscan Mainnet Etherscan |
Polygon Amoy, mainnet | Amoy Polygonscan Mainnet Polygonscan |
Avalanche Fuji, mainnet | Fuji Avascan Mainnet Avascan |
Example Smart Contracts
Below is a list of smart contracts deployed on a test network that can be used for easy Make Scenario action and trigger testing. This is not available for main networks, as you can deploy your own smart contracts after testing them on one of our available test networks.
Ethereum Sepolia Testnet
Contract for General Function Testing: 0x3a637d769ed8530b483eeae70923d73dbad916c6.
Contract for Retrieving Basic Solidity Types: 0xbd16ece04dbf02da3f4d26cf432484911b776686.
Contract for Basic Parameter Type Testing: 0x0b13ce1dc7e2f04494e0d0a6b48d63641397e8eb
Contract for Basic Parameter Type Event Testing: 0xeae97f80c62a8cf1ab4953e1ea85fb0c34d302c5.
Polygon Amoy Testnet
Contract for General Function Testing: 0x9a9f28d73fa1d530999befbaf5f72a7dafed6bae.
Contract for Retrieving Basic Solidity Types: 0xbd16ece04dbf02da3f4d26cf432484911b776686.
Contract for Basic Parameter Type Testing: 0x43bb0a4d550b31b5935c323b745841038a8695f8.
Contract for Basic Parameter Type Event Testing: 0xf7e1ed1dc6a79b78f348473429f7ba89e1a8ee0d.
Avalanche Fuji Testnet
Contract for General Function Testing: 0x31840eb575e09b8724e7da13184b420692435415.
Contract for Retrieving Basic Solidity Types: 0xbd16ECE04DbF02Da3F4D26cf432484911B776686.
Contract for Basic Parameter Type Testing: 0x0234c2a616e7a26cfd92b92b66324ad168794396.
Contract for Basic Parameter Type Event Testing: 0x59b01303288151bcaa11764309860e6dd99fce58.
Updated about 1 month ago