Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

Commit c453c90

Browse files
authored
Update README.md to point to active repos
Pointing to actively maintained repos
1 parent ea70797 commit c453c90

File tree

1 file changed

+1
-37
lines changed

1 file changed

+1
-37
lines changed

README.md

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1 @@
1-
2-
[![License](https://img.shields.io/badge/license-Apache-green.svg)](LICENSE)
3-
[![Discord chat](https://img.shields.io/discord/964205366541963294.svg?logo=discord&style=flat-square)](https://discord.gg/zamKKnZBZp)
4-
5-
![Move logo](assets/color/SVG/Move_Logo_Design_Digital_Final_-01.svg)
6-
7-
# The Move Language
8-
9-
Move is a programming language for writing safe smart contracts originally developed at Facebook to power the Diem blockchain. Move is designed to be a platform-agnostic language to enable common libraries, tooling, and developer communities across diverse blockchains with vastly different data and execution models. Move's ambition is to become the "JavaScript of web3" in terms of ubiquity--when developers want to quickly write safe code involving assets, it should be written in Move.
10-
11-
This repository is the official home of the Move virtual machine, bytecode verifier, compiler, prover, package manager, and book. For Move code examples and papers, check out [awesome-move](https://github.com/MystenLabs/awesome-move).
12-
13-
## Quickstart
14-
15-
### Build the [Docker](https://www.docker.com/community/open-source/) Image for the Command Line Tool
16-
17-
```
18-
docker build -t move/cli -f docker/move-cli/Dockerfile .
19-
```
20-
21-
### Build a Test Project
22-
23-
```
24-
cd ./language/documentation/tutorial/step_1/BasicCoin
25-
docker run -v `pwd`:/project move/cli build
26-
```
27-
28-
Follow the [language/documentation/tutorial](./language/documentation/tutorial/README.md) to set up move for development.
29-
30-
## Community
31-
32-
* Join us on the [Move Discord](https://discord.gg/cPUmhe24Mz).
33-
* Browse code and content from the community at [awesome-move](https://github.com/MystenLabs/awesome-move).
34-
35-
## License
36-
37-
Move is licensed as [Apache 2.0](https://github.com/move-language/move/blob/main/LICENSE).
1+
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.

0 commit comments

Comments
 (0)