From 3d4be5016fcb147f252c6c9fccb77b411de586e6 Mon Sep 17 00:00:00 2001 From: yann300 Date: Sat, 11 May 2019 10:38:10 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index edcd49c036..937a56b412 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ Remix is built out of several different modules: + [`remix-lib`](remix-lib/README.md) + [`remix-debug`](remix-debug/README.md) allo debuggin transaction. + [`remix-tests`](remix-tests/README.md) provides unit testing for solidity. ++ [`remix-astwalker`](remix-tests/README.md) provides a tool for parsing solidity AST. ++ [`remix-url-resolver`](remix-url-resolver/README.md) provides helpers for resolving external content (github, swarm, ipfs, ...). + [`remixd`](https://github.com/ethereum/remixd/tree/master) CLI which allow accessing local element from Remix IDE (see https://remix.readthedocs.io/en/latest/tutorial_remixd_filesystem.html) Each generally has their own npm package and test suite, as well as basic documentation.