Open remix online solidity editor → http://remix.ethereum.org
Go to the plugin manager on the left of the app and activate the Solidity Compiler and Deploy and run trasactions plugins.
Interact with the contract in the “Deploy and Run transactions”.
Select the “Injected Web3” option in Environment, and connect to mainnet, select the DecentralizedAutonomousTrust.sol contract and in the input “atAddress” paste the DXtrust proxy address 0xa1d65E8fB6e87b60FECCBc582F7f97804B725521.
After you lick in the “atAddress” button you will be able to interact with the DecentralizedAutonomousTrust .solcontract by scrolling to the bottom of the plugin and expanding the smart contract functions.
The blue buttons are view functions, the orange ones are functions to be executed with transactions and the red ones are functions to be executed with transactions that accepts ETH.
Yes, I followed your tutorial and basically I have two things which don’t work. First, after compiling I don’t get the green “verified/working” check-sign and after pressing the “at address” I don’t get this menu of the deployed contract.