Skip to content

Using Refu in eWASM to write Ethereum contracts #36

Description

@axic

With #34 in place it seems to be possible emitting WebAssembly from Refu.

In order to write contracts, the following is needed:

  1. A bignumber library, perhaps optimised for 256 bit numbers.
  2. A standard library specifying the foreign_imports for all the Ethereum interface methods.
  3. A framework providing high level Ethereum features (built on top of 1. and 2.)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions