How to send contract using web3gl to smart contract
Solution 1:
You can send arguments in a JSON array. For example, if you have an address and a uint to in your smart contract method. you can send arguments as:
string args = "[\"0x76f3074221Daa81153961Bfff805E41f041753cF\",\"1\"]";