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 b8bed49f7a add tests 9 years ago
src add tests 9 years ago
test add tests 9 years ago
test-browser add tests 9 years ago
.gitignore remove tx from traceManager 9 years ago
.npmignore Add travis config. 9 years ago
.travis.yml Add travis config. 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 tests 9 years ago

README.md

remix

Ethereum IDE and tools for the web

INSTALLATION:

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

Install eth or geth, npm and node.js (see https://docs.npmjs.com/getting-started/installing-node), then do:

git clone https://github.com/ethereum/remix
cd remix
npm install && npm run build && npm run start_node

open remix/index.html in your browser.

CODING STYLE:

Remix uses npm coding style: https://docs.npmjs.com/misc/coding-style Please be sure your code is compliant with this coding standard before sending PR. There's on the above page a bunch of links that propose integration with developer tools (Emacs, Atom, ...). You can also run 'npm run test' to check your local repository against the coding style.