TheGreatAxios

Results 27 comments of TheGreatAxios

Amazing! Overall solves the majority of issues when currently dealing with the multiple repo architecture. A couple of things that could be nice to add just to make the usability...

Was planning to switch from Hive to Isar. Lack of encryption just negates the option sadly. The technology looks amazing, so hopefully can make a full switch in the future...

To everyone who has requested encryption;There is no reason to ever be rude, mean, disrespectful to them. They built an amazing package already that you clearly have or may find...

@julien51 Would love to see an integration with the Calypso NFT Hub, a community chain that is fully EVM compatible on the SKALE Network. It is designed to be owned...

@cstrangedk Checking for any movement here in regards to a core place to derive ABIs from without having to manually download them i.e via an API, on-chain location, etc.

@DavidMinarsch Can you please elaborate or point me to a specific area? I am not sure exactly what I am looking for. Thanks

Any update on solving this issue in local development? It works but the console errors can cause confusion

@simolus3 Commit #71c888a..... I just pushed up has the fields for block info set as final and the removal of that print in the client. Let me know if you...

@AAsenin ``` final Client _client = Client(); // I use the one from http package final String _rpcUrl = 'http://localhost:1234'; final Web3Client _web3Client = Web3Client(_rpcUrl, _client); ``` I am currently...