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
Actually submitting to an ETH testnet makes things kinda tricky and we don't really want to have this as part of our CI. Just setting up the transaction as was done in #664 is enough.
The SDK team is currently trying to use Entropy to produce a signature that they can use
to submit a transaction to Ethereum.
We should have a similar check on our end in order to ensure that the Core code works as
expected without the mystery that is Javascript.
While I put this as an integration test in the issue title, we can also just have this as
a small script for now to at least prove that it works.
Example flow would be:
A useful library for this would be
ethers-rs
.The text was updated successfully, but these errors were encountered: