While Interacting with contract, instead of selecting anything keep as it is, just enter the Contract Address, ABI for that contract and click on Interact button to interact with the Contract.
Note: As Ruslan said, you will have to deploy the contract first or else you can Intereact with already deployed contract using it's Contract address and ABI
While Interacting with contract, instead of selecting anything keep as it is, just enter the Contract Address, ABI for that contract and click on Interact button to interact with the Contract.
Note: As Ruslan said, you will have to deploy the contract first or else you can Intereact with already deployed contract using it's Contract address and ABI
Doesn't work as the Interact button is still grey -> nimb.ws/cmyTKx
ABI's are different for different contracts. ABI gets generated while compiling the contract based on the Smart Contract code.
Now, which contract you will deploy that needs to be compiled first, and you will be able to deploy it.
You can check here how to compile the contract. Once compiled, you can deploy it in XinFin remix itself, or you can deploy it with XDC Web wallet: xdc.dev/vinn_v_9686/setup-remix-be...