DEV Community

Cover image for Introducing Truffle Solidity Data Seeder
Zak R.
Zak R.

Posted on

1 1

Introducing Truffle Solidity Data Seeder

The Truffle framework is an awesome toolkit for every solidity and dapp developer, we at LibertyPie make advanced use of the truffle framework.

During LibertyPie's P2P protocol 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

Top comments (0)

SurveyJS custom survey software

JavaScript UI Library for Surveys and Forms

Generate dynamic JSON-driven forms directly in your JavaScript app (Angular, React, Vue.js, jQuery) with a fully customizable drag-and-drop form builder. Easily integrate with any backend system and retain full ownership over your data, with no user or form submission limits.

View demo

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay