区块链使用记录

区块链使用记录

  • 参考资料
  • 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"
      }
    }
  },
相关推荐
搞科研的小刘选手1 天前
【经管方向EI会议】第七届经济管理与大数据应用国际学术会议(ICEMBDA2026)
大数据·区块链·可视化·管理·供应链·经济·消费者行为
方向研究1 天前
IM吃贴水策略
区块链
多年小白1 天前
复盘】2026年5月28日(周四)
人工智能·科技·ai·金融·区块链·能源
m0_380167141 天前
加密交易基础设施:为什么市场数据 API 至关重要?
人工智能·ai·区块链
marsh02062 天前
57 openclaw与区块链:构建可信的去中心化应用
青少年编程·去中心化·区块链
多年小白2 天前
开盘策略】2026年5月28日(周四)
大数据·人工智能·物联网·金融·区块链
m0_380167142 天前
CoinGlass API、Tardis、Coinalyze:加密衍生品数据 API 怎么选?
人工智能·ai·区块链
m0_380167142 天前
最适合交易机器人的加密数据 API:CoinGlass API 指南
人工智能·ai·区块链
华科大胡子2 天前
ImToken智能合约交互
区块链
方向研究2 天前
IC贴水现象
区块链