centos7搭建本地 Remix

由于最近要弄加入某联盟链,是基于ETH 所以要弄一个开发环境

一、准备

  安装 nodejs,npm,git

二、安装

    git clone https://github.com/ethereum/remix-ide.git

   cd remix-ide
   npm install
   npm run build
   npm run setupremix 

三、启动

   npm start

遇到问题::

       1.npm版本太低  npm install -g npm 

      2.找不到 build/app.js  所以加上了npm run build

  

posted @ 2018-09-05 15:45  散散客  阅读(187)  评论(0编辑  收藏  举报