顶级合约代码文件必须与配置文件中指定的应用程序名称 GitexFeedbackZaheer 同名
A top-level contract code file must have same name as application name GitexFeedbackZaheer specified in configuration file
我正在创建 Azure 区块链配置文件和合同,当我上传两者以创建应用程序时,我遇到了以下错误
Blockquote
A top-level contract code file must have same name as application name GitexFeedbackZaheer specified in configuration file.
这是一个简单易行的修复,您只需将 *.sol 文件重命名为您在 *.json 文件
中提到的应用程序名称
即你的应用程序名称是 MyFirstBlockChainApp 那么你的 *.sol 文件名应该是 MyFirstBlockChainApp.sol
Blockquote
{
"ApplicationName": "MyFirstBlockChainApp",
"DisplayName": "My First Block Chain APP!",
"Description": " My Description here ",
我正在创建 Azure 区块链配置文件和合同,当我上传两者以创建应用程序时,我遇到了以下错误
Blockquote A top-level contract code file must have same name as application name GitexFeedbackZaheer specified in configuration file.
这是一个简单易行的修复,您只需将 *.sol 文件重命名为您在 *.json 文件
中提到的应用程序名称即你的应用程序名称是 MyFirstBlockChainApp 那么你的 *.sol 文件名应该是 MyFirstBlockChainApp.sol
Blockquote { "ApplicationName": "MyFirstBlockChainApp", "DisplayName": "My First Block Chain APP!", "Description": " My Description here ",