/gxc-smart-contract-ide

gxchain smart contract ide

Primary LanguageVueMIT LicenseMIT

GXC Smart Contract IDE

Install

git clone https://github.com/gxchain/gxc-smart-contract-ide.git
cd gxc-smart-contract-ide
npm install

Dev

npm run dev

Build

powered by electron builder

// build all platform
npm run build

// build mac
npm run build:mac

// build windows
npm run build:win

// build linux
npm run build:linux

you could find executable or installer in build directory

Document

You could find some useful instruction here

Resource

You could find some desgin details on this demonstration


This project was generated with electron-vue using vue-cli. Documentation about the original structure can be found here.