EOSIO BOOT SEQUENCE Usage 0. Set up config & genesis file nodeos-data-volume/nodeos-data/config/config.ini nodeos-data-volume/nodeos-data/config/genesis.json 1. Turn on EOSIO node from docker ./run.sh -i 2. Turn on keosd wallet ./start_wallet.sh 3. Create cleos wallet ./cleos.sh wallet create --to-console 4. Import Keys in cleos wallet ./cleos.sh wallet import 5. Run boot sequence #1 to #8 cd boot ./1_FEATURE_ACTIVATED.sh ... ... ./8_RESIGN.sh DONE