move

所属分类:区块链开发
开发工具:Rust
文件大小:7169KB
下载次数:0
上传日期:2023-04-12 14:59:10
上 传 者sh-1993
说明:  move,move编程语言之家
(move,Home of the Move programming language)

文件列表:
.assets (0, 2023-03-21)
.assets\diem.png (15712, 2023-03-21)
.cargo (0, 2023-03-21)
.cargo\config (386, 2023-03-21)
.config (0, 2023-03-21)
.config\nextest.toml (328, 2023-03-21)
.dockerignore (111, 2023-03-21)
.vscode (0, 2023-03-21)
... ...

Diem Logo --- [![License](https://img.shields.io/badge/license-Apache-green.svg)](LICENSE) [![Discord chat](https://img.shields.io/discord/903339070925721652.svg?logo=discord&style=flat-square)](https://discord.gg/epNwRT2wcd) # 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](https://www.docker.com/community/open-source/) 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](https://github.com/MystenLabs/awesome-move). ## License Move is licensed as [Apache 2.0](https://github.com/diem/diem/blob/main/LICENSE).

近期下载者

相关文件


收藏者