remix-project mirror
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
remix-project/libs
lianahus 9bc69cf4d0 switch instead of check for gridview:Wq 2 weeks ago
..
ghaction-helper publish libs 1 month ago
remix-ai-core Merge branch 'master' into pastedCodeSafety 2 weeks ago
remix-analyzer Update functionCallGraph.ts 4 weeks ago
remix-api/src Merge branch 'master' into pastedCodeSafety 2 months ago
remix-astwalker typo sourceMappings.ts 4 weeks ago
remix-core-plugin Update openzeppelin-proxy.ts 4 weeks ago
remix-debug Update codeManager.ts 3 weeks ago
remix-git merge from master 3 months ago
remix-lib Update txRunnerVM.ts 2 weeks ago
remix-simulator linting fix 2 weeks ago
remix-solidity publish libs 1 month ago
remix-tests publish libs 1 month ago
remix-ui switch instead of check for gridview:Wq 2 weeks ago
remix-url-resolver fix typo libs/remix-url-resolver/src/resolve.ts 4 weeks ago
remix-ws-templates Update groth16_verifier.sol.ejs 4 weeks ago
remixd Update remixd.ts 3 weeks ago
.gitmodules
README.md docs: Fix typos and improve phrasing Update README.md 1 month ago

README.md

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 feedback are our pleasure. Please reach us on Gitter in case of any query.

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