TheGreatAxios
TheGreatAxios
> i see that but i implemented the api with web3 in javascript , but flutter dont accept all command , for example require or the const . in this...
@DmytroNazarenko Understood, that was my thought process as well. If your team has any "client" side solutions where the solution could be based off an external contract I will be...
@DmytroNazarenko I think Option #2 is ultimately the best option Just an additional thought here from the standpoint of file location; currently the path to an uploaded file is something...
**Notes from 7/30 Discussion** 1. If resources (time/costs) needed for each possible configuration grow linearly then can reduce number of configurations to start down to ~5. 2. If resources needed...
Currently, I believe there are better libraries for Metamask integration specifically.
Ethereum Addresses are the same across all EVM based chains.
@timfong888 Please paste your code
@timfong888 Technically, that should be the correct code. Looks like it is cookie cutter of the docs/examples. Can you please send the error code in here so I can see...
> I need to specify a chain id too in Polygon. @jvinai Did you figure out how to specify a network yet?
@timfong888 An entire library generally provides access to all the modules. It is good practice to only import what you need by choosing specific files and then modules: Example ```import...