javascript web3.js 库错误

Posted

技术标签:

【中文标题】javascript web3.js 库错误【英文标题】:javascript web3.js library error 【发布时间】:2018-12-11 06:13:24 【问题描述】:

我正在尝试使 web3.js 库正常工作,但仍然出现错误。我无法处理的是

var require=(
   function()
       function t(e,n,r)......
           (                         // the line 21
           ........,,["Web3"]    // Web3 in question
           )("Web3")
   
);

第 21 行:TypeError:Web3 不是函数。 有什么建议吗?

【问题讨论】:

【参考方案1】:

在js中添加web3

<script src="./web3/dist/web3.min.js"></script>

【讨论】:

【参考方案2】:

你需要导入 web3.请参阅此处的“安装”:https://github.com/ChainSafe/web3.js

【讨论】:

以上是关于javascript web3.js 库错误的主要内容,如果未能解决你的问题,请参考以下文章

PolkaDot 的 web3.js 客户端库

跟乐乐学web3开发一.使用IDE工具webstorm来编写web3js

我们如何在 Vue.js 中使用 web3.js 库?

Solid.js前端新秀框架 力压 web3.js 框架

Solid.js前端新秀框架 力压 web3.js 框架

Web3 JS 库(& Metamask),获取代币余额