Some things to consider if you have trouble building the package:
- Make sure that you have the correct version of `node`, `npm` and `nvm`. You can find the version that is tested on Travis CI by looking at the log in the [build results](https://travis-ci.org/ethereum/browser-solidity).
- Make sure that you have the correct version of `node`, `npm` and `nvm`. You can find the version that is tested on Travis CI by looking at the log in the [build results](https://travis-ci.org/ethereum/remix-ide).
Run:
@ -102,8 +102,12 @@ After that, follow these steps:
- Browse to `chrome://extensions/`
- Make sure 'Developer mode' has been checked
- Click 'Load unpacked extension...' to pop up a file-selection dialog
<<<<<<<HEAD
- Select your `browser-solidity` folder
## Documentation
To see details about how to use Remix for developing and/or debugging Solidity contracts, please see [our documentation page](https://remix.readthedocs.io)
@ -286,7 +286,7 @@ function filepanel (appAPI, filesProvider) {
console.log(error)
modalDialogCustom.alert('Failed to create gist: '+error)
}else{
vardescription='Created using browser-solidity: Realtime Ethereum Contract Compiler and Runtime. \n Load this file by pasting this gists URL or ID at https://ethereum.github.io/browser-solidity/#version='+queryParams.get().version+'&optimize='+queryParams.get().optimize+'&gist='
vardescription='Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. \n Load this file by pasting this gists URL or ID at https://ethereum.github.io/remix-ide/#version='+queryParams.get().version+'&optimize='+queryParams.get().optimize+'&gist='
console.log(packaged)
minixhr({
url:'https://api.github.com/gists',
@ -308,7 +308,7 @@ function filepanel (appAPI, filesProvider) {
// ------------------ copy files --------------
functioncopyFiles(){
modalDialogCustom.prompt(null,'To which other browser-solidity instance do you want to copy over all files?','https://ethereum.github.io/browser-solidity/',(target)=>{
modalDialogCustom.prompt(null,'To which other remix-ide instance do you want to copy over all files?','https://ethereum.github.io/remix-ide/',(target)=>{