Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

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 M1 is designed for the Avalanche subnet, allowing users to seamlessly interact with and build with the Move language 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.
Expand Down
2 changes: 1 addition & 1 deletion m1/DEBUGGING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ In order for the indexer to write to the database listening on port `5432`, you
```shell
docker run --name m1-indexer-db -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d postgres
```
If you are not running the database, the trailer thread in the M1 subnet will panick. However, this will not affect the rest of the execution.
If you are not running the database, the trailer thread in the M1 subnet will panic. However, this will not affect the rest of the execution.

# WIP
We are pursuing several improvements to local debugging and testing.
Expand Down
4 changes: 2 additions & 2 deletions movement-sdk/clis/aptos/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Aptos Command Line Interface (CLI) Tool

The `movement` tool is a command line interface (CLI) for debugging, development, and node operation.
See [Movement CLI Documentation](https://aptos.dev/cli-tools/aptos-cli-tool/install-aptos-cli) for how to install the `movment` CLI tool and how to use it.
<!-- TODO: update the above when the docs are complete. -->
See [Movement CLI Documentation](https://aptos.dev/cli-tools/aptos-cli-tool/install-aptos-cli) for how to install the `movement` CLI tool and how to use it.
<!-- TODO: update the above when the docs are complete. -->