Skip to content

Commit

Permalink
Extracted application code and created chrome extension manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
BeyondOuterSpace authored and chriseth committed Apr 5, 2016
1 parent e42c3e7 commit 1431ff8
Show file tree
Hide file tree
Showing 6 changed files with 839 additions and 806 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,8 @@ In order to allow compiling contracts using a specific version of solidity, the
// getting a legacy version
var solcV011 = solc.useVersion( 'v0.1.1-2015-08-04-6ff4cd6' );
var output = solcV011.compile( "contract t { function g() {} }", 1 );

#To use it as a chrome extension:
Browse to chrome://extensions/

Make sure 'Developer mode' has been checked. Then click 'Load unpacked extension...' to pop up a file-selection dialog.
Loading

0 comments on commit 1431ff8

Please sign in to comment.