区块链使用记录

区块链使用记录

  • 参考资料
  • FAQ
    • [部署智能合约遇到Network up to date.错误](#部署智能合约遇到Network up to date.错误)
    • [hit an invalid opcode while deploying. Try:](#hit an invalid opcode while deploying. Try:)

参考资料

FAQ

部署智能合约遇到Network up to date.错误

参考 部署智能合约遇到Network up to date.错误 truffle migrate 查找是以数字开头的 js 文件

通过命令方式创建

sh 复制代码
truffle create migration deploy_demo

hit an invalid opcode while deploying. Try:

sh 复制代码
"Ballot" hit an invalid opcode while deploying. Try:
   * Verifying that your constructor params satisfy all assert conditions.
   * Verifying your constructor code doesn't access an array out of bounds.
   * Adding reason strings to your assert statements.


Exiting: Review successful transactions manually by checking the transaction hashes above on Etherscan.


Error:  *** Deployment Failed ***

"Ballot" hit an invalid opcode while deploying. Try:
   * Verifying that your constructor params satisfy all assert conditions.
   * Verifying your constructor code doesn't access an array out of bounds.
   * Adding reason strings to your assert statements.

参考truffle初始化的项目在部署(migrate)的时候出现invalid opcode的异常

truffle-config.js 使用下面这个

js 复制代码
  compilers: {
    solc: {
      version: "0.8.21",      // Fetch exact version from solc-bin (default: truffle's version)
      docker: false,        // Use "0.5.1" you've installed locally with docker (default: false)
      settings: {          // See the solidity docs for advice about optimization and evmVersion
       optimizer: {
         enabled: false,
         runs: 200
       },
       evmVersion: "byzantium"
      }
    }
  },
相关推荐
木西3 小时前
快速实现一个去中心交易所的智能合约
web3·区块链·智能合约
CESS_Cloud6 小时前
CESS 的 2024:赋能 AI,塑造去中心化数据基础
人工智能·web3·去中心化·区块链
电报号dapp1198 小时前
数字货币支付系统开发搭建:构建未来的区块链支付生态
去中心化·区块链·智能合约
周圣贤10 小时前
区块链、量子与机器学习:边缘计算与云原生的未来互联之路
机器学习·云原生·区块链·边缘计算·量子计算
koko爱英语21 小时前
区块链安全常见的攻击分析——Unprotected callback - ERC721 SafeMint reentrancy【8】
安全·区块链
xiaocang6688881 天前
第六讲 比特币的机构化进程
区块链
qiquandongkh1 天前
期权懂|期权都有哪些存在的风险因素?
大数据·区块链
dingzd951 天前
智能合约在Web3中的作用:去中心化应用的基石
web3·去中心化·区块链·智能合约
CertiK1 天前
CertiK《Hack3d:2024年度安全报告》(附报告全文链接)
区块链
xiaocang6688881 天前
第五讲 比特币的安全性与挑战
区块链