truffle-box / react-box

Truffle, Webpack and React boilerplate.
https://truffle-box.github.io/
MIT License
736 stars 251 forks source link

Migration files removed #174

Closed ayub-eth closed 2 years ago

ayub-eth commented 2 years ago

I see the migration files have been removed; and also the structure? Can I check why as now when unboxing there is no migration file and need to be added manually..

cliffoo commented 2 years ago

Thanks @ayub-eth for opening this! The migration file you get upon truffle init is more of a placeholder, the current convention is that we don't use it. Feel free to add it if it fits your use case though. As for the structure, the truffle project has moved from the root level to a /truffle directory for better separation of concerns.