Create a TronBox Project

Most of the TronBox commands are run under the directories of TronBox projects. So the first step is to create a TronBox project. You can create a bare project, but for those getting started, you can use TronBox Boxes, which offers example applications and project templates. We'll use the MetaCoin box, which creates a token that can be transferred between accounts.

  1. Create a directory for MetaCoin:
mkdir MetaCoin

cd MetaCoin
  1. Download ("unbox") the MetaCoin project:
tronbox unbox metacoin
You can create a bare project without smart contracts using `tronbox init`.

Once this operation is completed, you will have a project directory structure with the following items: