-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin' into use-refactored-kvindexer
- Loading branch information
Showing
6 changed files
with
306 additions
and
277 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
# minimove | ||
|
||
optimistic rollup consumer chain with movevm. | ||
minimove is an optimistic rollup consumer chain powered by movevm. It is a framework designed to simplify the process of bootstrapping an L2 network. The main advantage of using minimove is that you can leverage the OPinit stack for enhanced security and utilize all the initia ecosystem tooling from day one, without the need to prepare a validator group or build your own ecosystem tools. | ||
|
||
## Getting Started | ||
|
||
To get started with L2, please visit the documentation. | ||
|
||
## Features | ||
|
||
- Optimistic rollup consumer chain powered by movevm. | ||
- Simplified network bootstrapping process. | ||
- No need to prepare a validator group or build your own ecosystem tools. | ||
- Enhanced security through the OPinit stack. | ||
- Access to all initia ecosystem tools from day one. | ||
|
||
## Contributing | ||
|
||
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request. | ||
|
||
## License | ||
|
||
This project is licensed under the [BSL License](LICENSE). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.