A plugin that allows you to easily compile NVM compatible code within Remix.
First clone this repository and install dependencies with yarn
by executing the following commands:
git clone [email protected]:nahmii-community/remix-nahmii-compiler-plugin.git
yarn
To start the project run:
yarn start
To connect a local development instance of the plugin to remix, make sure to have it running in the background.
Once you've started the application, open the Remix IDE.
Navigate to the Plugin Manager
in Remix and click on Connect to a Local Plugin
. A new window should popup that asks you to fill in details for the local plugin.
Fill in the following details:
- Plugin Name: nahmii-compiler
- Display Name: Nahmii Compiler
- Api: compile,getCompilationResult,setCompilerConfig,compileWithParameters,compilationFinished
- Url: http://localhost:8080/
Click OK
and the plugin should now appear in your Remix IDE. You can now use the plugin like the regular Solidity compiler within Remix.
To build a production version of this project, run:
yarn build
To deploy this project to surge, execute the following command:
yarn deploy
To contribute, clone this repository and create a new feature branch. Once the new feature is implemented, create a new pull request with a description of the added changes.
Feel free to open a feature request or report a bug through the issues page!