Truffle Data Seeder

Truffle is an awesome toolkit for every solidity and dapp developer, we at LibertyPie make advanced use of the truffle framework.
During our core product development, we needed a simple way to seed initial data to different contracts similar to database seeding.
Truffle has great migration support but no seeding of data out of the box.
So we decided to build a simple CLI tool as an npm package for seeding initial data out of the box with 0 configurations.

Introducing Liberty Pie’s Truffle Seeder, your easy way to seed initial data to any smart contract. Kindly help us improve it by giving us your feedback

Project: https://github.com/LibertyPie/truffle-seeder

1 Like

Hi @zakpie,

Thanks for sharing :pray: