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 0cb1574199 Update README.md 9 years ago
src Fixed syntax errors. 9 years ago
.gitignore add standard reporter 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 Fix standard-reporter version. 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

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.