determinitic multi‑package deployment on Aptos #758
yeap-oneke
started this conversation in
Discussions Feedback
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Why multi‑package deployment on Aptos is hard
Modern Aptos apps often split logic across multiple packages.Doing this with vanilla account-based publishing has several pain points:
object‑based multi‑package deployments — challenges and patterns
Even with object-based publishing, coordinating many packages brings unique pitfalls:
We developed Yeaptor addresses these issues with two packages:
Result: repeatable, scriptable multi‑package rollouts with predictable addresses, simpler signer management, and a clear path to finalize (freeze) when ready.
Beta Was this translation helpful? Give feedback.
All reactions