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
Currently we are missing the functionality to interact with smart contracts. Since ether.js took years (ok, minutes - but still way too much) to load in the otto vm we couldn't deliver smart contracts. However, we need smart contracts in the VM asap. There are two options:
Feature / Issue
Currently we are missing the functionality to interact with smart contracts. Since ether.js took years (ok, minutes - but still way too much) to load in the otto vm we couldn't deliver smart contracts. However, we need smart contracts in the VM asap. There are two options:
Switching the VM is probably a better idea since otto vm doesn't provide a few features that we need (e.g. sandboxing)
Acceptance criteria
Depends on:
The text was updated successfully, but these errors were encountered: