Skip to content

diem/move

Folders and files

NameName
Last commit message
Last commit date
Dec 9, 2020
Mar 26, 2021
Dec 22, 2021
Mar 20, 2023
Oct 13, 2021
Mar 20, 2023
Jan 24, 2023
Mar 9, 2022
Mar 21, 2023
Feb 16, 2023
Mar 10, 2021
Mar 9, 2023
Nov 9, 2021
Dec 7, 2020
Mar 9, 2022
Mar 20, 2023
Feb 14, 2023
Jun 17, 2019
Mar 7, 2023
Jan 22, 2021
Sep 23, 2019
Nov 30, 2022
Feb 27, 2020
Jan 23, 2023
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.