You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2018. It is now read-only.
Hi, I'm running the following steps in my virtualmachine of Ubuntu16.04:
git clone https://github.com/CITA-Toys/remix-cita.git
cd remix-cita
vim package.json ###And change the corresponding scripts "remixd to "./node_modules/remixd/bin/remixd -s ./contracts" 【""remixd":"./node_modules/remixd/bin/remixd -s ./contracts",】
npm install
npm run pullremix
npm run linkremixcore
npm run linkremixlib
npm run linkremixsolidity
npm run linkremixdebugger
npm run downloadsolc
cd remix/remix-lib
npm install
cd ../remix-core
npm install
cd ../remix-solidity
npm install
cd ../../
npm start
Then I opened the browser to view 'http://127.0.0.1:8080', but the page stand as white and blank.
There's cli info as below:
How to solve this problem?
The text was updated successfully, but these errors were encountered:
Hi, I'm running the following steps in my virtualmachine of Ubuntu16.04:
Then I opened the browser to view 'http://127.0.0.1:8080', but the page stand as white and blank.
There's cli info as below:
How to solve this problem?
The text was updated successfully, but these errors were encountered: