Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some errors #8

Open
ghost opened this issue Jan 11, 2021 · 1 comment
Open

Some errors #8

ghost opened this issue Jan 11, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 11, 2021

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"

@JamesSmartCell
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant