Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Pi-Squared-Inc/rust-demo-semantics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

03d4c82 · Nov 28, 2024

History

92 Commits
Nov 26, 2024
Nov 28, 2024
Oct 25, 2024
Nov 22, 2024
Oct 16, 2024
Sep 30, 2024
Oct 25, 2024
Oct 7, 2024
Nov 25, 2024
Nov 28, 2024
Nov 28, 2024
Oct 25, 2024
Oct 25, 2024
Oct 23, 2024
Nov 25, 2024
Nov 25, 2024

Repository files navigation

Rust Demo Semantics

This is a semantics for a subset of Rust + and a subset of the MultiversX extensions that is easy to implement.

As an example, a lot of Rust features are not supported, or have limited support (e.g., structs, inheritance, modules, imports). Also, this semantics relies on top-level traits being annotated with #[ulm::contract], and allows calls to methods declared in these traits.

Setup for ULM

You must have ulm and evm-semantics checked out as sibling directories (i.e. ../ulm and ../evm-semantics).

Build the semantics:

make build-ulm -j3

Preprocess and convert a contract to bytes:

compilation/prepare-contract.sh \
    tests/ulm-contracts/erc_20_token.rs \
    .build/compilation/erc_20_token.preprocessed.kore