PlatONnetwork / client-sdk-js

A javascript interface for interacting with the PlatON network
Other
24 stars 22 forks source link

client-sdk-js找不到platon对象 #79

Closed dqdeep closed 3 years ago

dqdeep commented 3 years ago

通过一下代码引入js-sdk找不到platon对象

`

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

<script>
    console.log(new Web3());
</script>

` 同时使用命令npm i PlatONnetwork/client-sdk-js#master 然后使用import引入 web3 提示 找不到 node_modules\web3\lib\index.js 文件

dqdeep commented 3 years ago

补充一下, 这是在浏览器使用的

biganxin commented 3 years ago

@luo-dahui @fksyuan Explain the solution here

DavidRomy commented 3 years ago

使用dist/web3p.js这个文件