Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1007 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 1007 Bytes

Conflux

Conflux Plugin for Remix

The Conflux plugin for Ethereum's Remix IDE. It support for deploy and interacting on a Conflux network.

live site: https://conflux.xuanwugate.com

(CN 001)使用Remix玩转Conflux上的智能合约

Getting Started

  1. Click RemixIDE Plugin Manager Icon and activate Conflux Plugin plugin manager
  2. Click Conflux Plugin Icon Conflux
  3. Connect ConfluxPortal Wallet Account
  4. Select Network
  5. Compile your smart contract
  6. Select Contract to deploy
  7. Deploy

Scripts

Clone the github repository:

git clone https://github.com/conflux-dao-toc/conflux-remix-plugin.git

In the project directory, you can run:

cd conflux-remix-plugin
yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.