Crates.io | rusk-vm |
lib.rs | rusk-vm |
version | 0.12.0-rc.0 |
source | src |
created_at | 2021-05-07 14:14:08.580293 |
updated_at | 2022-02-24 12:19:11.807542 |
description | Rusk VM is the virtual machine running Dusk Network's Smart contracts |
homepage | |
repository | https://github.com/dusk-network/rusk-vm |
max_upload_size | |
id | 394264 |
size | 174,955 |
To compile and test the contracts, run
$ make test
Check the tests
for actual usage examples of the contract deployment and call interfaces.
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.
For more info have a look at the wiki