Web3E icon indicating copy to clipboard operation
Web3E copied to clipboard

Some errors

Open ghost opened this issue 5 years ago • 1 comments

Trying to simply make a call at arduino IDE using ESP8266, well.... trying yet.

Errors #include "web3.h" instead of "Web3.h" at keyID.h #Include "UECC/uECC.h" when isnt any folder for UECC or library at Types.h

After that, its like functions of Web3.h are lost

"error: no matching function for call to 'Web3::EthGetBalance(const char**)' uint256_t balance = web3.EthGetBalance(&address); //obtain balance in Wei"

ghost avatar Jan 11 '21 22:01 ghost

I discovered ESP8266 doesn't compile. So far, it only works on ESP32.

If you could help me get it working on ESP8266 that would be awesome.

JamesSmartCell avatar Dec 16 '21 04:12 JamesSmartCell