August 2018
Intermediate to advanced
404 pages
11h 19m
English
You can build your own box for Truffle. You can either start your project from scratch or add the necessary configuration files required to convert your project to a box. Follow these steps to create and upload your box to the Truffle repository:
Download the blueprint box to get started. It contains the basic files and configuration to make your life easier.
Every box includes a configuration file, truffle-config.js, which include the hooks, commands, and ignore attributes.
The ignore array contains the list of files that should be ignored while unboxing. Common examples are the readme and gitignore files:
ignore: [ 'README.md' ]