Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 828 Bytes

File metadata and controls

26 lines (15 loc) · 828 Bytes

VIDE (VeChain-IDE)

VIDE is a browser-based compiler and IDE that enables users to build VeChainThor contracts with Solidity language and to debug transactions. (VIDE "Beta version" is developed based on Remix)

To try it out, visit https://vechainstore.com/ide.

VIDE screenshot

INSTALLATION:

Install npm and node.js (see https://docs.npmjs.com/getting-started/installing-node), then do:

Clone the github repository (wget need to be installed first) :

git clone https://github.com/mobileteamdev/vide-web.git
cd vide-web
npm install
npm run build

Documentation

To see details about how to use VIDE for developing and/or debugging Solidity contracts, please see our documentation page