https://github.com/movementlabsxyz/M1
An L1 for Move VM built on Avalanche.
https://github.com/movementlabsxyz/M1
Last synced: 6 months ago
JSON representation
An L1 for Move VM built on Avalanche.
- Host: GitHub
- URL: https://github.com/movementlabsxyz/M1
- Owner: movementlabsxyz
- License: bsd-3-clause
- Created: 2023-02-17T20:23:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T15:59:42.000Z (almost 2 years ago)
- Last Synced: 2025-08-31T06:09:09.400Z (11 months ago)
- Language: Rust
- Homepage: https://docs.movementlabs.xyz
- Size: 47.8 MB
- Stars: 74
- Watchers: 1
- Forks: 55
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-move - https://github.com/movementlabsxyz/M1
README
Note: This repository is archived, see our updated documentation at https://docs.movementnetwork.xyz/
# M1
[](https://opensource.org/license/bsd-3-clause/)
[](#)
[](#)
[](https://codecov.io/gh/username/project)
[](https://github.com/movemntdev/m1/releases)
[](https://github.com/movemntdev/m1/releases)
[](https://github.com/movemntdev/m1/releases)
**An L1 for Move VM built on Avalanche.**
## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Installation](#installation)
- [Contributing](#contributing)
- [License](#license)
---
## Introduction
The Move programming language poses numerous benefits to builders including direct interaction with digital assets through custom resource types, flexibility with transaction script declaration, on-chain verification, and bytecode safety privileges.
Movement M1 is designed for the Avalanche subnet, allowing users to seamlessly interact with and build with the Move language on on a high-performance, modular, scalable and interoperable Layer 1.
- Movement will be able to hit 160,000+ theoretical TPS as the project scales to provide much needed performance to protocols.
- Move bytecode verifiers and interpreters provide native solvency for the reentrancy attacks and security woes that have plagued Solidity developers for years, resulting in $3 billion lost last year.
This repository contains the code and contributor documentation for M1. If you would like to learn how to use and develop for the platform, please visit [https://docs.movementlabs.xyx](https://docs.movementlabs.xyz).
## Features
Currently, M1 consists of...
- Devnet: [https://devnet.m1.movementlabs.xyz](https://devnet.m1.movementlabs.xyz)
- Testnet (Coming soon): [https://testnet.m1.movementlabs.xyz](https://testnet.m1.movementlabs.xyz)
## Installation
See [https://docs.movementlabs.xyz](https://docs.movementlabs.xyz) for a more complete installation guide. We recommend working with our Docker containers or using our installer.
## Contributing
Please submit and review/comment on issues before contributing. Review [CONTRIBUTING.md](./CONTRIBUTING.md).
## License
This project is licensed under the BSD-3-Clause License - see the [LICENSE](LICENSE) file for details.