0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Ethereum pet shop におけるContract has not been deployed to detected network (network/artifact mismatch)エラーの対処法

Last updated at Posted at 2019-12-27

コンソール上で上記エラーが起きた時の対処法
(Adoptを押しても処理が行われない場合)

1. bulidフォルダ内の全てのJSONファイルを削除。(Adoption.jsonと Migrations.json)
スクリーンショット 2019-12-27 16.21.04.png

2. truffle compile, truffle migrateを再度実行。
3. 最後にnpm run devを実行するとバグが治っているはず。

参考文献

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?