Crates.io | concordium-smart-contract-engine |
lib.rs | concordium-smart-contract-engine |
version | 6.0.0 |
source | src |
created_at | 2023-02-03 09:29:06.585156 |
updated_at | 2024-09-09 11:05:01.423628 |
description | Concordium's smart contract execution engine |
homepage | https://github.com/Concordium/concordium-base/tree/main/smart-contracts/wasm-chain-integration |
repository | https://github.com/Concordium/concordium-base/ |
max_upload_size | |
id | 775481 |
size | 817,971 |
A library that provides an implementation of execution of smart contracts on top
of the concordium-wasm
library that implements the underlying Wasm execution.
In particular this library is used by the Concordium node to execute both V0 and V1 smart contracts. It is also used by other Concordium tools, such as cargo-concordium, to provide build and test functionality.
This crate follows semantic versioning guidelines. Change in minimum supported rust version will be accompanied by a minor version increase.