Remix发生mock compiler source not found异常解决方案

简介: Remix发生mock compiler source not found异常解决方案

首次使用Remix进行Solidity智能合约开发时会遇到mock compiler: source not found异常信息导致无法进行编译,本篇文章带大家解决此问题。

问题现在

当编写好智能合约之后,准备进行编译操作,会发现在右边出现如下图提示:mock compiler: source not foundimage.png出现此异常的主要原因就是没有设置Remix所使用的Solidity编程语言版本。再核对一下浏览器上的url是否为:https://remix.ethereum.org/#optimize=true&version=builtin。在参数中并没有指定Solidity版本信息的参数,因此导致无法进行编译。

解决方案

在右边的功能区中,选择setting,在setting下面的“Select new compiler version”中选择使用的对应版本即可。image.png当选择完版本之后,会发现在url中自动新增了version参数。当然,如果知道具体的版本信息,也可以直接在url中添加version参数来达到同样的目的,只不过操作起来需要记住具体的版本信息。这里,选择不同的版本根据实际需要确定,不同的版本支持的语法有所不同。

低级错误导致的异常

在编写智能合约的时候,如果编译时出现类似以下的异常,请不要奇怪也不要灰心丧气,你很可能只是犯了一个很低级的错误。比如即使在照抄别人的代码的时候在某一行特别是,pragma声明那一行最后少写一个“;”,就会导致这样的异常。

  1. Solidity:ParserError:Expected pragma,import directive or contract/interface/library definition.

知道了异常的原因,解决方法不言自喻,看看哪里少了一个分号。这也是最最低级最最难查的异常。 

目录
相关文章
|
3月前
|
JavaScript 开发工具 git
Electron V8排查问题之构建时报错 "user32.lib is not found in LIB"如何解决
Electron V8排查问题之构建时报错 "user32.lib is not found in LIB"如何解决
44 1
|
6月前
|
测试技术 iOS开发 Perl
废弃第三方库导致的library not found for -lXXXXX(linker command failed ) 完美解决方法
废弃第三方库导致的library not found for -lXXXXX(linker command failed ) 完美解决方法
100 0
|
Java
SpringBoot导入第三方jar方法打包报错Failed to load ApplicationContext Failed to determine a suitable driver cla
这是第一篇博客,很早想写了,只不过每次解决问题后都觉得人家写的蛮好的,自己无须再写了,不过昨天打包时遇到的这个问题,自己找半天解决了,看很多博客也是许久才解决,不说了我的方法如下:
161 0
|
6月前
|
JavaScript 前端开发 算法
【Node.js 版本过高】运行前端时,遇到错误 `Error: error:0308010C:digital envelope routines::unsupported`
【Node.js 版本过高】运行前端时,遇到错误 `Error: error:0308010C:digital envelope routines::unsupported`
2992 0
|
Go C++
VS Code安装go 插件报错处理
在命令行中设置如下go 变量,重启vscode 即可
108 0
|
API Android开发
Flutter导入第三方包后报错The number of method references in a .dex file cannot exceed 64K
Flutter导入第三方包后报错The number of method references in a .dex file cannot exceed 64K
|
JavaScript 算法
运行或打包Vue项目:Error: error:0308010C:digital envelope routines::unsupported
运行或打包Vue项目:Error: error:0308010C:digital envelope routines::unsupported
【解决方案】成功解决ERROR: Could not build wheels for opencv-python, which is required to install pyproject.toml-based projects报错信息
成功解决ERROR: Could not build wheels for opencv-python, which is required to install pyproject.toml-based projects报错信息
【解决方案】成功解决ERROR: Could not build wheels for opencv-python, which is required to install pyproject.toml-based projects报错信息
codeblocks中出现#error This file requires compiler and library support for the错误时的解决方案
codeblocks中出现#error This file requires compiler and library support for the错误时的解决方案
712 0
codeblocks中出现#error This file requires compiler and library support for the错误时的解决方案