concordium-smart-contract-engine

Crates.ioconcordium-smart-contract-engine
lib.rsconcordium-smart-contract-engine
version5.0.0
sourcesrc
created_at2023-02-03 09:29:06.585156
updated_at2024-03-25 09:12:50.551291
descriptionConcordium's smart contract execution engine
homepagehttps://github.com/Concordium/concordium-base/tree/main/smart-contracts/wasm-chain-integration
repositoryhttps://github.com/Concordium/concordium-base/
max_upload_size
id775481
size815,275
Smart contracts owners (github:concordium:smart-contracts-owners)

documentation

README

concordium-smart-contract-engine

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.

Versioning

This crate follows semantic versioning guidelines. Change in minimum supported rust version will be accompanied by a minor version increase.

Commit count: 6456

cargo fmt