Skip to content

sagaxyz/mainnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mainnet

This repo contains resources for the Saga Security Chain mainnet launch.

Submitting your gentx

To submit your gentx:

  1. Copy genesis/genesis.json into your ssc home directory.
  2. Create your gentx with at least an external ip, moniker, security contact, and website.
sscd gentx <validator-key-name> 8000000usaga \
    --chain-id ssc-1 \
    --account-number X \
    --ip X.X.X.X \
    --moniker <moniker> \
    --security-contact <email@example.com> \
    --website <saga.xyz> \
    --commission-max-change-rate "0.01" \
    --commission-max-rate "0.2" \
    --home $SSC_HOME
  1. Copy the gentx to the gentx/ folder in this repo.

  2. Run ./check.sh and ensure the chain starts without any issues.

  3. Once this is done, open a PR with only your gentx file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages