Conflux-Chain / conflux-remix

remix based on Conlux Web
Apache License 2.0
3 stars 3 forks source link
blockchain conflux remix smart-contracts solidity

conflux-remix plugin remix-logo

The Conflux remix plugin let Remix IDE adds support for creating and interacting with contracts on a Conflux network.

plugin-screen

Getting Started

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.

Development Setup

yarn install
yarn start

Building

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

License

Conflux-remix plugin is under the Apache 2.0 license. See the LICENSE file for details.