Skip to content

Move/move

Diem Logo

LicenseDiscord 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

License

Move is licensed as Apache 2.0.

About

Home of the Move programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust74.0%
  • Move17.1%
  • SMT2.9%
  • TeX2.8%
  • JavaScript1.6%
  • Shell0.6%
  • Other1.0%