Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 872 Bytes

dexon-remix.md

File metadata and controls

35 lines (22 loc) · 872 Bytes

DEXON Remix

Web-based IDE for developing, compiling, deploying and testing smart contracts.

Usage

You can either use our hosted version or download from npm

# Install from npm
> npm install @dexon-foundation/remix-ide -g

# run local DEXON-remix IDE
> dremix-ide

Check out our step-by-step guide for DEXON Remix IDE here

Github

https://github.com/dexon-foundation/remix-ide

Features

  • Smart Contract Editor
    Remix IDE provides a fully functioned solidity code editor.

  • Smart Contract Compiler
    You can compile your smart contract directly from the UI.

  • Contract Deployer Deploy compiled bytecode onto DEXON networks or JavaScript mock network.

  • Debugger
    Test run and add breakpoints to your smart contract source code.