Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 837 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 837 Bytes

YouChain_Ide

YouChain_Ide is a browser-based compiler and IDE that enables users to build YOU contracts with Solidity language and to debug transactions.

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

Usage as a Chrome Extension

Please install YOUWallet first.

Development

 npm install
 npm run dev
 open http://localhost:8080 in your browser

Build for Publishing

  npm run build

Documentation

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

Links