Solidity

Remix 線上 IDE 中的“模擬編譯器:找不到源”錯誤

  • February 4, 2022

由於這個錯誤,我無法編譯任何可靠的程式碼。我該如何解決這個問題?

在此處輸入圖像描述

網址中的“版本”錯誤。試試http://remix.ethereum.org或者直接把它放進去……像這樣:

http://remix.ethereum.org/#optimize=false&version=soljson-v0.4.19+commit.c4cbbb05.js

我骯髒的解決方法:

  1. 在本地安裝混音npm install remix-ide -g
  2. 將solc-bin複製到remix-ide封包件夾(您可以通過 找到它which remix-ide
  3. 更改baseurl: 'https://solc-bin.ethereum.org/bin'baseurl: 'solc-bin/bin'_build/app.js

引用自:https://ethereum.stackexchange.com/questions/36399