- Install truffle npm install -g truffle
- Create a project mkdir crosscoin && cd crosscoin truffle init
In this case the project was already created and it is in the crosscoin folder
- Edit the truffle config according to your needs
- Install the HDWalletProvider npm install @truffle/hdwallet-provider
- Install openzeppelin contracts npm install @openzeppelin/contracts