|
|
@ -4,13 +4,14 @@ Ethereum IDE and tools for the web |
|
|
|
INSTALLATION: |
|
|
|
INSTALLATION: |
|
|
|
|
|
|
|
|
|
|
|
Brief instructions to build for linux(Todo add other platforms) we will add detailed instructions later |
|
|
|
Brief instructions to build for linux(Todo add other platforms) we will add detailed instructions later |
|
|
|
- co the project |
|
|
|
|
|
|
|
- cd remix |
|
|
|
Install eth or geth, npm and node.js (see https://docs.npmjs.com/getting-started/installing-node), then do: |
|
|
|
- install npm and node.js see https://docs.npmjs.com/getting-started/installing-node |
|
|
|
|
|
|
|
- sudo npm install |
|
|
|
git clone https://github.com/ethereum/remix |
|
|
|
- sudo npm run build |
|
|
|
cd remix |
|
|
|
- run the eth node: ./eth --rpccorsdomain "*" -j -v 0 or if you have build sudo npm run start_node |
|
|
|
npm install && npm run build && npm run start_node |
|
|
|
- open remix/index.html |
|
|
|
|
|
|
|
|
|
|
|
open remix/index.html in your browser. |
|
|
|
|
|
|
|
|
|
|
|
CODING STYLE: |
|
|
|
CODING STYLE: |
|
|
|
|
|
|
|
|
|
|
|