Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 437 Bytes

README.solidity.md

File metadata and controls

20 lines (17 loc) · 437 Bytes

Install Solidity IDE

Build Solidity IDE

Ethereum Solidity online compiler (https://remix.ethereum.org/) may be used to create a compiled contract.
Solidity IDE may be also be compiled and used locally like:

$ git clone https://github.com/ethereum/browser-solidity
$ cd browser-solidity
$ npm install

Run Solidity IDE

$ npm start

Solidity IDE page can be reached at

http://127.0.0.1:8080