Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethereum/remix-plugins-directory
Remix plugins directory
https://github.com/ethereum/remix-plugins-directory
analysis ethereum ide plugin remix solidity
Last synced: about 1 month ago
JSON representation
Remix plugins directory
- Host: GitHub
- URL: https://github.com/ethereum/remix-plugins-directory
- Owner: ethereum
- Created: 2019-08-27T15:13:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-26T12:14:31.000Z (about 2 months ago)
- Last Synced: 2024-09-29T16:20:58.025Z (about 2 months ago)
- Topics: analysis, ethereum, ide, plugin, remix, solidity
- Language: TypeScript
- Homepage:
- Size: 6.82 MB
- Stars: 51
- Watchers: 13
- Forks: 70
- Open Issues: 55
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Remix Plugins Directory
This repository hosts a plugins directory.
The directory is used by [Remix IDE](https://remix.ethereum.org) for loading the list of available plugins.# Getting started with plugin development
Read all about getting started with plugin development and guidelines on how to make it work for you
https://remix-plugins-directory.readthedocs.io/en/latest/# Conditions for adding a new plugin
- The plugin should work on both light and dark theme types. The best would be to check them before approving any change or any new plugin.
- No `svg` file is acceptable as a plugin icon for security reasons. We recommend using `webp` or png formats.
- Profile `json` should contain as much info as possible. Having a short, reasonable description as well as the link to docs and the repo will improve the onboarding of users
- Maintained by Remix should be added to plugins 100% controlled by the Remix team only.
# Community
Feel free to join our discord server if you have any questions- [Join Remix Discord Server](https://discord.com/invite/mh9hFCKkEq)