Truffle Data Seeding #3988
Unanswered
big-zak
asked this question in
General Q&A
Replies: 1 comment
-
Hi @big-zak , Apologies for not responding sooner. We've been using
I'm curious about where in the testing you inject the tests. is it scripted with an unmanaged ganache instance, or does it utilize a before test hook? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
Beta Was this translation helpful? Give feedback.
All reactions