/conflux-remix

remix based on Conlux Web

Primary LanguageJavaScriptApache License 2.0Apache-2.0

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

  • Clone the repo and run:
yarn install
yarn start
  • This will start the webpack development server and serve the plugin at http://localhost:3000
  • Go to our dev version of Remix IDE. Make sure you connect to the http version of the site, not https.
  • Click on the plugins tab
  • Activate the Conflux Network plugin
  • Click Conflux icon tab, add conflux testnet rpc address: (http://testnet-jsonrpc.conflux-chain.org:12537) to build your Smart contract

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.