remix-project/libs
2023-04-28 14:51:49 +05:30
..
ghaction-helper publish libs 2023-04-03 18:26:04 +05:30
remix-analyzer libs 2023-04-27 12:15:12 +02:00
remix-astwalker update ethereumjs version 2023-04-18 16:51:46 +02:00
remix-core-plugin clear buildinfo in metadata on workspace change 2023-03-30 18:34:58 +05:30
remix-debug libs 2023-04-27 12:15:12 +02:00
remix-lib libs 2023-04-27 12:15:12 +02:00
remix-simulator copy memory array 2023-04-19 11:04:42 +02:00
remix-solidity libs 2023-04-27 12:15:12 +02:00
remix-tests libs 2023-04-27 12:15:12 +02:00
remix-ui updated warning for github settings 2023-04-28 14:51:49 +05:30
remix-url-resolver libs 2023-04-27 12:15:12 +02:00
remix-ws-templates publish libs 2023-04-03 18:26:04 +05:30
remixd libs 2023-04-27 12:15:12 +02:00
.gitmodules moved libs into libs dir 2020-07-10 21:55:54 +05:30
README.md Fix 'remix-astwalker' README path 2022-09-21 18:24:30 +05:30

Remix Libraries

Join the chat at https://gitter.im/ethereum/remix CircleCI Documentation Status

Remix libraries are part of the Remix Project and provide tools that help smart contract development, compilation, testing & deployment. These tools also work as a core of native plugins of Remix IDE.

Remix IDE is an open source web and desktop application. It fosters a fast development cycle and has a rich set of plugins with intuitive GUIs. Remix is used for the entire journey of contract development as well as being a playground for learning and teaching Ethereum.

The Remix IDE repository is specifically available here, and an online version is available at https://remix.ethereum.org.

To start with Remix IDE, check out official documentation.

Here is the brief description of Remix libraries.

  • remix-analyzer: Perform static analysis on Solidity smart contracts to check security vulnerabilities and bad development practices
  • remix-astwalker: Parse solidity AST (Abstract Syntax Tree)
  • remix-debug: Debug Ethereum transactions. It provides several controls that allow stepping over the trace and seeing the current state of a selected step.
  • remix-simulator: Web3 wrapper for different kind of providers
  • remix-solidity: Load a Solidity compiler from provided URL and compile the contract using loaded compiler and return the compilation details
  • remix-lib: Common place for libraries being used across multiple modules
  • remix-tests: Unit test Solidity smart contracts. It works as a plugin & as CLI both
  • remix-url-resolver: Provide helpers for resolving the content from external URL ( including github, swarm, ipfs etc.).
  • remix-ws-templates: To create a workspace using different templates on Remix IDE
  • remixd: Allow accessing local filesystem from Remix IDE by running a daemon

Each library is an NPM package and has basic documentation about its usage in its own README.

Contributing

Everyone is very welcome to contribute on Remix Project. Suggestions, issues, queries and feedbacks are our pleasure. Please reach us on Gitter in case of any query.

For more information on the contributing in code, see our contribution guidelines.