Truffle 控制台可用命令

 

build

compile

create

debug

deploy

exec

help

install

migrate

networks

opcode

publish

run

test

version

有关更多信息,请参阅官网完整的命令文档。

  Truffle中,可以运行与合约交互的外部脚本。  命令 要运行外部脚本,可执行以下操作: $ truffle exec <path/to/file.js> 在脚本中 ...