Skip to content

a social networks ecosystem in Cosmos

License

Notifications You must be signed in to change notification settings

kwunyeung/desmos

 
 

Repository files navigation

Desmos

Desmos social chain

Installation

make install

Start a testnet

Run the desmos-faucet.

desmosd init {moniker} --chain-id {chain id}
desmoscli keys add {your name}
desmosd add-genesis-account {your name} 100000000000desmos
desmoscli keys add {faucet}
desmosd add-genesis-account {faucet} 10000000000000phanero
desmosd gentx --amount 1000000000desmos --name {your name}
desmosd collect-gentxs

Edit $HOME/.desmosd/config/genesis.json and update the bond_denom from stake to desmos.

desmosd start

About

a social networks ecosystem in Cosmos

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 97.9%
  • Makefile 2.1%