The Conflux remix plugin let Remix IDE adds support for creating and interacting with contracts on a Conflux network.
Just go to the Remix IDE and activate the Conflux Network plugin on the plugins page. For step-by-step instructions, go to read the Development Setup section docs.
yarn install
yarn start
yarn build
to run a production build of the plugin. The output is in the build/ directory. yarn serve
to serve the build folder from port 3000
Conflux-remix plugin is under the Apache 2.0 license. See the LICENSE file for details.