[備忘録]Web3.jsのバージョン違いによる罠
[備忘録]Web3.jsのバージョン違いによる罠:
Web3.jsをのリファレンスのサンプルコードを真似していたらエラーが出る。
面白いこと言うじゃん。。。
ぐぐったら同じ現象のひとがいた。
TypeError: web3.eth.Contract is not a constructor (What is the reason ?)
結論:バージョンが古い。1.0以上を使おう。
web3.jsのバージョンを調べてみたら、
草。
古い情報が溢れているので、気をつけましょう。という話。
Web3.jsをのリファレンスのサンプルコードを真似していたらエラーが出る。
Uncaught TypeError: web3.eth.Contract is not a constructor
ぐぐったら同じ現象のひとがいた。
TypeError: web3.eth.Contract is not a constructor (What is the reason ?)
結論:バージョンが古い。1.0以上を使おう。
web3.jsのバージョンを調べてみたら、
> version = web3.version > {api: "0.20.6", getNode: ƒ, getNetwork: ƒ, …}
古い情報が溢れているので、気をつけましょう。という話。
コメント
コメントを投稿