#execution #verification #async #blockchain #flavor #language #logo

yanked mv-async-vm

Wrapper for the Move VM for the asynchronous execution flavor

0.3.2 Aug 23, 2022
0.3.1 Aug 13, 2022
0.2.1 Jul 22, 2022
0.1.6 Jul 5, 2022
0.1.4 May 23, 2022

#17 in #flavor

47 downloads per month

Apache-2.0

25KB
570 lines

Diem Logo

License Discord chat

The Move Language

Move is a new programmable platform for blockchains and other applications where safety and correctness are paramount. It is an executable bytecode language designed to provide safe and verifiable transaction-oriented computation. The language features a strong type system with linear resource types, runtime checks, and formal verification.

Quickstart

Build the Docker Image for the Command Line Tool

docker build -t move/cli -f docker/move-cli/Dockerfile .

Build a Test Project

cd ./language/documentation/tutorial/step_1/BasicCoin
docker run -v `pwd`:/project move/cli build

Community

  • Browse code and content from the community at awesome-move.

License

Move is licensed as Apache 2.0.

Dependencies

~13–26MB
~368K SLoC