-
Notifications
You must be signed in to change notification settings - Fork 1
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
Testing RPC methods in Node.JS Using WASM POC #11
Comments
Hi @hoffmannjan @RBYGLLS FYI I committed one little basic node server https://github.com/casper-ecosystem/rustSDK/blob/dev/desktop/node/index.ts printing get_peers I think it is enough for Node tests right now, because there is not much difference with web target This can be changed later but basically the React demo app is doing the same thing already. I added the compilation target in a makefile https://github.com/casper-ecosystem/rustSDK/blob/dev/casper-wasm-sdk/Makefile#L17 so |
Nice, I was running exactly same tests ;) |
@hoffmannjan If i duplicated something just overwrite it thanks don't hesitate |
Closed in #24 |
As a developer using the RustSDK I would like to test, the compiled JS WASM in a node.js environment to ensure the JS WASM runs in both brower environment and node.js environment.
The text was updated successfully, but these errors were encountered: