Skip to content
Cosmopediaby Unity Nodes
DiscussionsCosmos-SDKHow to Initialize a new networkForum ↗

How to Initialize a new network

Cosmos-SDK3 posts1,016 viewsLast activity Nov 2020
EM
emperorjmOP
Nov 2020

After building a blockchain app on top of Cosmos SDK how do I go about initializing a new network where the base genesis file is set up that all validators will have to utilize, restrict the number of validators, set up the seed node, generate the first set of validators and implement other controls if needed?

Is there a general setup script that allows for this or documentation that provides the necessary instructions?

EB
ebuchman
Nov 2020

Have you seen the Gaia documentation for deploying your own testnet? https://hub.cosmos.network/master/gaia-tutorials/deploy-testnet.html

I’m not sure if this is documented so clearly in the Cosmos-SDK docs, but the process should be reasonably similar to Gaia for any SDK app. Gaia is the Cosmos Hub SDK app.

EM
emperorjm
Nov 2020

Thanks for the reply. I’ve actually gone through that document but wondered if there was more to it.

← Back to Discussions