How long does it take to build an application-specific blockchain with the cosmos SDK? #13198
Unanswered
EduardoFromTheFuture
asked this question in
Q&A
Replies: 1 comment 4 replies
-
This is such a broad question. It's like asking "How long does it take to launch a startup?". Take Juno for example, to build that app it's literally a one line command, i.e. basic SDK scaffolded app with Wasm enabled. Or Gaia, which is just an extended So the idea of building the app itself is highly context dependent on what you're building (dex, perps, gaming, insurance, nfts, etc...). Then there is how you want to design the tokenomics, and then there's the idea of how you want to bootstrap liquidity and then finally testing, and validator sets vs ICS, etc... |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
More specifically, a production ready chain, for an MVP.
Days? Weeks? Months? Years?
I'm currently considering my options to release an MVP. It's clear to me that we need our own blockchain, but not clear if I should work on the MVP on Ethereum or just start with my own chain.
The plan is to start with the Ignite CLI and then branch out from there.
Beta Was this translation helpful? Give feedback.
All reactions