当前位置: 代码迷 >> 综合 >> Dapp开发框架Meteor/Truffle--Windows配置笔记
  详细解决方案

Dapp开发框架Meteor/Truffle--Windows配置笔记

热度:43   发布时间:2024-01-11 23:36:23.0
https://www.golangtc.com/download
go语言环境Windows下载




https://nodejs.org/en/
Node.js  npm环境下载地址




https://ethereum.github.io/go-ethereum/downloads/
https://ethfans.org/wikis/Ethereum-Geth-Mirror(国内下载地址)
以太坊Ethereum环境安装


有点坑!!
----------------------------------------------------------
在线编译器solc
npm install solc出现这个问题
https://registry.npmjs.org/solc failed, reason: unable to verify the 


first certificate这个问题
这里看看https://blog.csdn.net/zc881124/article/details/78280298
(设置下npm  config set strict-ssl  false  就可以了)


solc安装失败
npm WARN saveError ENOENT: no such file or directory, open 'C:\Users


\user\package
这个就可以了--


https://blog.csdn.net/qq_32068809/article/details/79512709
用solcjs --version下面这个看看
https://blog.csdn.net/u013613428/article/details/80166919

--------------------------------------------------------


https://install.meteor.com/windows
Meteor的官方下载地址


meteor unable to verify the first certificate
创建第一个应用下载时发生
https://blog.csdn.net/u014106213/article/details/70747335
这个地址可以解决


client和server文件夹的位置开始不知道从哪找。。。

用everything搜了下都知道了!!

--------------------------------------

安装Truffle(好像前面把问题解决了,这个没有遇到)
npm install -g truffle

主要记录一下下载地址和解决问题时查过有用的资料,刚开始好费劲!

  相关解决方案