Skip to content

xiaods/conflux-remix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

remix based on Conlux Web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.9%
  • HTML 3.2%
  • CSS 0.9%