beam_bvm_interface

A direct interface to the Beam Virtual Machine functions and data structures


License
GPL-3.0

Documentation

beam-bvm-interface

A rust crate for referencing all of the Beam Virtual Machine methods and structs for dapps.

Requirements

Most of the dependencies in order to build the Beam projects.

  • Git
  • Clang
  • Boost

Other Dependencies:

How to use

Run build.ps1 in order to build the project. You'll need to provide the specific git tag you'd like to build.

The tags "beam-X.X.X" will automatically display for ease of entry, but any tag will be valid.

If it works, you should have generated a crate library that looks like this:

image