Commit 16b1aef6 authored by Liana Husikyan's avatar Liana Husikyan

Update README.md

parent 2cfc4617
...@@ -4,11 +4,9 @@ Ethereum IDE and tools for the web ...@@ -4,11 +4,9 @@ Ethereum IDE and tools for the web
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 - co the project
- cd remix - cd remix
- mkdir build
- install npm and node.js see https://docs.npmjs.com/getting-started/installing-node - install npm and node.js see https://docs.npmjs.com/getting-started/installing-node
- sudo npm update - sudo npm run install
- sudo npm install web3
- run the eth node: ./eth --rpccorsdomain "*" -j --admin-via-http -v 0
- copy "JSONRPC Admin Session Key" (this is a temporary step, there is a story which will let us to skip this step) and give it as a last argument for web3.admin.vmTrace function :P
- sudo npm run build - sudo npm run build
- run the eth node: ./eth --rpccorsdomain "*" -j --admin-via-http -v 0 or if you have build sudo run start_node
- copy "JSONRPC Admin Session Key" (this is a temporary step, there is a story which will let us to skip this step) and give it as a last argument for web3.admin.vmTrace function :P
- open remix/index.html - open remix/index.html
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment