Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MVPrelease #11

Merged
merged 2 commits into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
mvprelease2
  • Loading branch information
tomimor committed Sep 12, 2024
commit 9412870ffae4a3bac6cd7a783736ad7037edab5a
1 change: 0 additions & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Foundry-ZKsync manages your dependencies, compiles your project, runs tests, dep
> ⚠️ **Alpha Stage:** The project is in alpha, so you might encounter issues. For more information or reporting bugs, please visit the [Foundry-ZKsync GitHub repository](https://github.com/matter-labs/foundry-zksync-foundry).

## Sections

**[Getting Started](getting-started/installation.md)**

To get started with Foundry-ZKsync, install Foundry-ZKsync and set up your first project.
Expand Down
4 changes: 4 additions & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

# ZKsync Specifics

- [Overview](./zksync-specifics/README.md)
- [Execution Overview](./zksync-specifics/execution-overview.md)
- [Compilation Overview](./zksync-specifics/compilation-overview.md)
- [Limitations](./zksync-specifics/limitations/README.md)
Expand All @@ -28,6 +29,9 @@
- [Additional Cheatcodes](./zksync-specifics/cheatcodes/README.md)
- [zkVm](./zksync-specifics/cheatcodes/zkvm.md)

# Supported Commands Overview
- [Command List](./supported-commands/README.md)

<!--
# Forge Overview

Expand Down
Binary file modified src/images/foundry-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Foundry-ZKSync supported commands

This is a comprehensive review of all the Foundry commands actually suppor in the Foundry-zkSync tool. The goal is to identify which commands are supported on the actual stage of development.
This is a comprehensive review of all the Foundry commands actually supported in the actual stage of development.

> 🔄 **Last update**: September 12, 2024

Expand Down
11 changes: 11 additions & 0 deletions src/zksync-specifics/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# ZKSync Specifics

- [Execution Overview](execution-overview.md)
- [Compilation Overview](compilation-overview.md)
- [Limitations](limitations/README.md)
- [General](limitations/general.md)
- [Compilation](limitations/compilation.md)
- [Broadcast](limitations/broadcast.md)
- [Cheatcodes](limitations/cheatcodes.md)
- [Additional Cheatcodes](cheatcodes/README.md)
- [zkVm](cheatcodes/zkvm.md)
Loading