An open API service indexing awesome lists of open source software.

https://github.com/multiversx/mx-chain-vm-go

The Virtual Machine for executing WASM Smart Contracts on the MultiversX blockchain. Based on Wasmer, but in principle also supports any other executing engine.
https://github.com/multiversx/mx-chain-vm-go

Last synced: 3 months ago
JSON representation

The Virtual Machine for executing WASM Smart Contracts on the MultiversX blockchain. Based on Wasmer, but in principle also supports any other executing engine.

Awesome Lists containing this project

README

          

# wasm-vm

[![](https://img.shields.io/badge/made%20by-MultiversX-blue.svg)](http://multiversx.com/)
![Build](https://github.com/multiversx/mx-chain-vm-go/actions/workflows/build-test.yml/badge.svg?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/multiversx/mx-chain-vm-go)](https://goreportcard.com/report/github.com/multiversx/mx-chain-vm-go)
[![LoC](https://tokei.rs/b1/github/multiversx/mx-chain-vm-go?category=code)](https://github.com/multiversx/mx-chain-vm-go)
[![codecov](https://codecov.io/gh/multiversx/mx-chain-vm-go/branch/master/graph/badge.svg?token=MYS5EDASOJ)](https://codecov.io/gh/multiversx/mx-chain-vm-go)

WASM-based Virtual Machine for running MultiversX Smart Contracts.