transfer-agent-protocol / tap-cap-table

Transfer agent protocol that's used for minting a cap table onchain.
https://transferagentprotocol.xyz
MIT License
17 stars 3 forks source link

feat(onchain-seeding): Seeding manifest data from the db #41

Closed AdamMomen closed 1 year ago

AdamMomen commented 1 year ago

🚀 Feature Overview:

This PR introduces the capability to seed data from our off-chain database directly to the on-chain network.

🔍 Changes Included:

Implemented a new feature that facilitates the transfer of data from the off-chain database to the on-chain network.

🎯 Rationale & Benefits:

Seamless Data Transfer: This enhancement ensures that our network can be easily populated with the necessary data from our database, streamlining the setup and testing processes. Improved Efficiency: By automating this seeding process, we reduce manual data entry errors and save time.

Notes: