-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[docs] Add How To: Minimal Test Chain with Consensus Protocol Upgrade #7180
Comments
@tbfleming looks good note. What kind of guide or tutorial is to be create based on this note? |
@tbfleming the bios boot tutorial is doing exactly this. |
Good. Still need a separate set of instructions for quickly getting a non-system-contract chain up with features activated. The instructions I wrote above are for people already familiar with setting up test chains. May need:
|
@tbfleming could you share more on the goal or intended purpose of this tutorial? |
@dixia I discussed this with @tbfleming yesterday. Basically, this would be a quick "how-to" (not a full tutorial) for starting minimal test chain with protocol features activated. This is to be performed manually by following the instructions provided. The more "tutorial-oriented" version is somewhat covered already in the bios-boot tutorial, but I think it would need to be adapted to a minimal (single node) test chain. |
I would say we already have this covered with getting start tutorial that creates a chain but does not load up any system contract. Maybe we should create a how-to guide on how to activate protocol features |
This starts a minimal test chain with upgrades activated. This guide assumes you're already familiar with creating and using test chains.
Install and build
Create a wallet, or unlock existing
Use
cleos wallet create
orcleos wallet unlock
Add the default key
Create a test chain
This will create a fresh chain in directory
my-chain
. Bothchain_api_plugin
andproducer_api_plugin
enable the commands which follow.Preactivate feature
Do this before installing eosio.bios:
Install bios and activate remaining features
The text was updated successfully, but these errors were encountered: