dusk-network / rusk-vm

The Dusk Rust WASM VM implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dusk CI codecov

Rust WASM Virtual Machine

Usage

To compile and test the contracts, run

$ make test

Contract deployment and Calls

Check the tests for actual usage examples of the contract deployment and call interfaces.

ABI

The dusk-abi crate is responsible for contract communication with the VM. As well as implementing panic handlers and the boilerplate neccesary to run a contract in a no_std environment.

Introduction

For more info have a look at the wiki

About

The Dusk Rust WASM VM implementation

License:Mozilla Public License 2.0


Languages

Language:Rust 98.4%Language:Makefile 1.6%