(truffle官翻)第13讲 编写外部脚本

  1. 有时候想写个外部脚本来和合约交互,Truffle已经替你想好了,你只要这么做就行

  2. truffle develop环境中运行:

    1
    exec <path/to/file.js>
  3. 文件结构
    为了使得脚本能正常运行,需要它们能通过js模块导出一个函数,并且有一个回调函数:

    module.exports = function(callback){
       //perform actions
    }
    

    在脚本里,随便写,只要能运行就好。上面那个回调,当脚本结束后,会被执行

Donate
  • Copyright: Copyright is owned by the author. For commercial reprints, please contact the author for authorization. For non-commercial reprints, please indicate the source.
  • Copyrights © 2017-2023 Jason
  • Visitors: | Views:

谢谢打赏~

微信