You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to use the client example in SGX_Linux to query data from server, for example: api.etherscan.io/api?module=account&action=balance&address=0xddbd2b932c763ba5b1b7ae3b362eac3e8d40121a&tag=latest&apikey=YourApiKeyToken
The text was updated successfully, but these errors were encountered:
Hi @B-doublemint am closing this as a duplicate of #239 and will continue to follow up on that GitHub issue. The example client does have a lot of hard set values (127.0.0.1 and port value) that would need to be changed for a specific use case. This was done in the hopes of keeping the example code as simple to read as possible. Please also make note of the limitations in the README.md about passing in private keys if used in an example created.
How to use the client example in SGX_Linux to query data from server, for example: api.etherscan.io/api?module=account&action=balance&address=0xddbd2b932c763ba5b1b7ae3b362eac3e8d40121a&tag=latest&apikey=YourApiKeyToken
The text was updated successfully, but these errors were encountered: