This Remix is forked from Ethereum Remix
ChainSQL tools for the web.
Are you looking for the ChainSQL Remix IDE? Follow this link!
Remix is a suite of tools to interact with the ChainSQL blockchain in order to debug transactions, stored in this Git repository. A Remix transaction Web debugger is available here, and its source code is part of this repository.
The Remix IDE is an IDE for Solidity dApp developers, powered by Remix. The Remix IDE repository is available here, and an online version is available at https://remix.chainsql.net.
For more, check out the Remix documentation on ReadTheDocs.
To use Remix tools, you'll need to connect to an ChainSQL node.
See here how to install, run and use the debugger locally.
The debugger itself contains several controls that allow stepping over the trace and seeing the current state of a selected step.
Remix is built out of several different modules:
remix-analyzerremix-solidityprovides Solidity analysis and decoding functions.remix-libremix-debugis now deprecated. It contains the debugger.remix-testscontains our tests.remixdCLI 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.
Everyone is very welcome to contribute on the codebase of Remix. Please reach us in Gitter.
For more information on the contributing procedure, see CONTRIBUTING.md. For more information on running and developing the Remix debugger, see the debugger README.md.