snippetbashTip
truffle — Develop smart contracts for running services on the Ethereum blockchain. More information: <https://
Viewed 0 times
commandcontractsclismartrunningtrufflefordevelop
Problem
How to use the
truffle command: Develop smart contracts for running services on the Ethereum blockchain. More information: <https://archive.trufflesuite.com/docs/truffle/reference/truffle-commands/>.Solution
truffle — Develop smart contracts for running services on the Ethereum blockchain. More information: <https://archive.trufflesuite.com/docs/truffle/reference/truffle-commands/>.Download a pre-built Truffle project (Truffle Box):
truffle unbox {{box_name}}Compile contract source files in the current directory:
truffle compileRun JavaScript and Solidity tests:
truffle testRun migrations to deploy contracts:
truffle migrateDisplay help for a subcommand:
truffle help {{subcommand}}Code Snippets
Download a pre-built Truffle project (Truffle Box)
truffle unbox {{box_name}}Compile contract source files in the current directory
truffle compileRun JavaScript and Solidity tests
truffle testRun migrations to deploy contracts
truffle migrateDisplay help for a subcommand
truffle help {{subcommand}}Context
tldr-pages: common/truffle
Revisions (0)
No revisions yet.