remix-project mirror
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
yann300 43443b6422 add standard reporter 9 years ago
src add standard reporter 9 years ago
.gitignore add standard reporter 9 years ago
LICENSE Initial commit 9 years ago
README.md Update README.md 9 years ago
index.html initial react setup 9 years ago
package.json add standard reporter 9 years ago

README.md

remix

Ethereum IDE and tools for the web

Brief instructions to build for linux(Todo add other platforms) we will add detailed instructions later

  • co the project
  • cd remix
  • install npm and node.js see https://docs.npmjs.com/getting-started/installing-node
  • sudo npm run install
  • 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