caso

Results 10 comments of caso

Hi there! I'd join this (old) discussion and propose the new method ```compare(string memory a, string memory b) returns (bool)```, as the (most popular) solution ```keccak256(abi.encodePacked(a)) == keccak256(abi.encodePacked(b))``` could be...

Hi! Yesterday I managed to make the connection using https://pub.dev/documentation/walletconnect_dart/latest/. As they suggest, you should also use https://pub.dev/packages/url_launcher. Basically you should launch the uri (in the format wc:00e46b69-d0cc-4b3e-b6a2-cee442f97188@1?bridge=https%3A%2F%2Fbridge.walletconnect.org&key=91303dedf64285cbbaf9120f6e9d160a5c8aa3deb67017a3874cd272323f48ae) when the...

Basically you should merge these two examples: - https://github.com/pay-2-bit-human/dart_web3/tree/main/example (ignore metamask folder as it's for web and not mobile) - https://github.com/RootSoft/walletconnect-dart-sdk/tree/master/example/mobile 1. Create a file with your contract's ABI, `contract.abi.json`....

Sorry, I took for granted you wanted to interact with a smart contract. If not, you won't need that.

yea didn't think about it honestly, I think it's something Metamask app has to manage, but not sure about it

yes, I showed it a bit in the example above.

What's the state of #3666? @Amxx

Moved the changes to the branch https://github.com/w3f/polkadot-spec/tree/issue-651