-
Notifications
You must be signed in to change notification settings - Fork 17
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
In3 examples don't work. #58
Comments
Hi thanks for the feedback. See The |
I got this working by using the in3-wasm as I too was getting the same error as @VanessaPC, however, I did some changes to this Example, the changes were needed because of the below error:
|
@simon-jentzsch, thanks I'll have a look at that. I actually like it will come with TS. |
Steps to reproduce
I am trying to create a web app using the instructions from here:
https://in3.readthedocs.io/en/latest/api-ts.html
and following the examples from here:
https://github.com/slockit/in3/blob/master/examples/src/in3DirectAPI.ts
and I can't get anything to log out.
my versions of in3 and web3 are:
And I'm using a normal NodeJS server with Express.
This is all I get:
And this is after a day of trying to request different hashes by blocks, numbers, etc.. The previous error is by copying the code from : https://github.com/slockit/in3/blob/master/examples/src/in3DirectAPI.ts
Expected behavior
Anything should login when I try to get information with the hash given in the test.
Actual behavior
I get errors.
System configuration
MacOS 10.15.1
Incubed version
"in3": "^2.1.3",
Request
Incubed Configuration
Chain
The text was updated successfully, but these errors were encountered: