Skip to content

jewelzms/move

 
 

Repository files navigation

Prepare

Install compilation dependencies

sudo apt-get install -y lld

Build

Build move-language

cargo build

Install move-cli

By default, it installs the executable files into the bin folder in the CARGO_HOME directory (usually ~/.cargo/bin)

cargo install --path language/tools/move-cli

Verify installation

move -h

Note:

This was the home of the Move language from inception to ~2022. This repository is no longer maintained, but development continues in https://github.com/move-language/move-on-aptos and https://github.com/move-language/move-sui.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 66.8%
  • Move 25.9%
  • SMT 2.3%
  • TeX 2.2%
  • JavaScript 1.3%
  • Boogie 0.6%
  • Other 0.9%