Truffle

truffle will perform migrations in the order the files are named.

For instance, 1_initial_mingration.js will be invoked first and then 2_deploy_contracts.js

Last updated