
truffle
List of commands for truffle:
-
truffle:tldr:7c350 truffle: Compile contract source files in the current directory.$ truffle compiletry on your machineexplain this command
-
truffle:tldr:91b5d truffle: Run JavaScript and Solidity tests.$ truffle testtry on your machineexplain this command
-
truffle:tldr:b5b6e truffle: Run migrations to deploy contracts.$ truffle migratetry on your machineexplain this command
-
truffle:tldr:de255 truffle: Download a pre-built Truffle project (Truffle Box).$ truffle unbox ${box_name}try on your machineexplain this command
-
truffle:tldr:f4680 truffle: Display help for a subcommand.$ truffle help ${subcommand}try on your machineexplain this command