Skip to content

Commit

Permalink
Fix 'remix-astwalker' README path
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshupal authored and Aniket-Engg committed Sep 21, 2022
1 parent 34579ff commit 17ced8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To start with Remix IDE, check out [official documentation](https://remix-ide.re
Here is the brief description of Remix libraries.

+ [`remix-analyzer`](remix-analyzer/README.md): Perform static analysis on Solidity smart contracts to check security vulnerabilities and bad development practices
+ [`remix-astwalker`](remix-tests/README.md): Parse solidity AST (Abstract Syntax Tree)
+ [`remix-astwalker`](remix-astwalker/README.md): Parse solidity AST (Abstract Syntax Tree)
+ [`remix-debug`](remix-debug/README.md): Debug Ethereum transactions. It provides several controls that allow stepping over the trace and seeing the current state of a selected step.
+ [`remix-simulator`](remix-simulator/README.md): Web3 wrapper for different kind of providers
+ [`remix-solidity`](remix-solidity/README.md): Load a Solidity compiler from provided URL and compile the contract using loaded compiler and return the compilation details
Expand Down

0 comments on commit 17ced8f

Please sign in to comment.