In this lab, you will extend the single node EOSIO blockchain to use multiple nodes.
Overview
Syllabus
- GSP991
- Overview
- Setup and Requirements
- Task 1. Create a virtual machine
- Task 2. Install the EOSIO platform
- Task 3. Create a default wallet
- Task 4. Add the private key of the EOSIO system account to the wallet
- Task 5. Install the EOSIO Contract Development Toolkit (CDT)
- Task 6. Build the system contracts and eosio.boot
- Task 7. Start the boot node and create system accounts
- Task 8. Deploy the eosio.token, eosio.msig contracts, and create/issue the SYS token
- Task 9. Activate protocol features and deploy eosio.boot and eosio.system contracts
- Task 10. Create the block producer accounts
- Task 11. Transition from single-node producer to multi-node producers
- Congratulations!