rusk-vm

Crates.iorusk-vm
lib.rsrusk-vm
version0.12.0-rc.0
sourcesrc
created_at2021-05-07 14:14:08.580293
updated_at2022-02-24 12:19:11.807542
descriptionRusk VM is the virtual machine running Dusk Network's Smart contracts
homepage
repositoryhttps://github.com/dusk-network/rusk-vm
max_upload_size
id394264
size174,955
Dusk Network (dusknetwork)

documentation

README

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

Commit count: 521

cargo fmt