Hello guys. I am trying to set up a nameservice app, so as to understand deeply how it works, but when I tried to ran “make install” command, the cmd terminal throws:
By now I have been able to init the blockchain as a nameservice, and there have been flux of blocks, but since that point, I do not know how I should proceed in order to build entirely, so as to allow validators, delegators, etc.
I finally ran “make install” successfully, although I had to delete go.mod and go.sum, and change them to Gopkg.toml.
I successfully ran “nsd start” as well, and the flux of blocks started. Btw, how can I configure peers? Should I run another node? How could I know what’s the correct ports to use?
My main idea is to create a DappChain with its own native coin, so as to use it in the staking, governance, etc. Am I in the right way? How can I define supply, etc?
Hi Dany,
We’re preparing a new tutorial for a basic dapp chain very soon, should have info about all of this.
If you are interested in running a chain that has those characteristics of the Cosmos chain you can just run the gaiad client with a custom genesis file!