/rex-genesis

Genesis ceremony of rex-testnet

Primary LanguageMakefile

REX

For registration in genesis:

  1. Keygen - create new account and mnemonic
make keygen
  1. Init - get all the configurations set
make init
  1. Mine one proof
make mine
  1. Have your github token in 0L directory.
cp your/path/github_token.txt ~/.OL/
  1. Register
make register

Wait for everyone to register

  1. Coordinator changes set_layout.toml, and does make layout

Do Genesis

  1. Build the genesis transaction
export NODE_ENV=prod
make genesis
  1. Create a config file for node
make node-file
  1. Build the binaries
cd ~/libra
make bins install