Skip to content
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

[engine] smart contracts #80

Closed
1 task
florianlenz opened this issue Aug 15, 2018 · 1 comment
Closed
1 task

[engine] smart contracts #80

florianlenz opened this issue Aug 15, 2018 · 1 comment
Assignees
Milestone

Comments

@florianlenz
Copy link
Contributor

florianlenz commented Aug 15, 2018

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:

  1. We build a wrapper around geth smart contracts
  2. We switch the vm ([engine] new JS VM #81) and get ether.js running.

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

  • interact with smart contract (read, write)

Depends on:

@florianlenz florianlenz added this to the 1.2.0 milestone Aug 19, 2018
@borjantrajanoski borjantrajanoski self-assigned this Aug 20, 2018
@borjantrajanoski
Copy link
Contributor

@kevowevo this will be done at the 28th

@florianlenz florianlenz modified the milestones: 1.2.0, 1.3.0 Sep 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants