-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: hedera token service embedding (#118) #162
feat: hedera token service embedding (#118) #162
Conversation
Signed-off-by: Mariusz Jasuwienas <[email protected]>
Signed-off-by: Mariusz Jasuwienas <[email protected]>
Signed-off-by: Mariusz Jasuwienas <[email protected]>
739ed38
to
0410981
Compare
Signed-off-by: Mariusz Jasuwienas <[email protected]>
…118) Signed-off-by: Mariusz Jasuwienas <[email protected]>
test/ffi/package.json
Outdated
{ | ||
"name": "ffi", | ||
"version": "1.0.0", | ||
"main": "createToken.js", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this file missing?
test/ffi/package.json
Outdated
"@ethereumjs/common": "^4.4.0", | ||
"@ethereumjs/tx": "^5.4.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
out of curiosity, are these used somewhere?
Signed-off-by: Mariusz Jasuwienas <[email protected]>
…well Signed-off-by: Mariusz Jasuwienas <[email protected]>
…tecode file afer it was changed on other branch Signed-off-by: Mariusz Jasuwienas <[email protected]>
As discussed, the idea of having this PoC as a PR is to not lose progress, in case we want to resume it in the future. |
Description:
Sample usage of the embedded HTS service in the foundry tests using FFI. For now only PoC using the already running Hedera Local node is supported.
Related issue(s):
Fixes #118.
Notes for reviewer:
Checklist