add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,24 @@
# truffle
> 开发在以太坊区块链上运行服务的智能合约。
> 更多信息:<https://www.trufflesuite.com/docs/truffle/reference/truffle-commands>。
- 下载预构建的 Truffle 项目 (Truffle Box):
`truffle unbox {{box_name}}`
- 编译当前目录中的合约源文件:
`truffle compile`
- 运行 JavaScript 和 Solidity 测试:
`truffle test`
- 运行迁移以部署合约:
`truffle migrate`
- 显示子命令的帮助信息:
`truffle help {{subcommand}}`