AntelopeIO / DUNES

Docker Utilities for Node Execution
Other
26 stars 17 forks source link

Finish bootstrap initialization by adding example currency: SYS #121

Closed mikelik closed 1 year ago

mikelik commented 1 year ago

According to https://docs.eosnetwork.com/docs/latest/tutorials/bios-boot-sequence bootstrapping should have a currency / token created and issued.

I have added example "SYS" currency so the bootstrapping is finished and i.e. new accounts could be created.

In the future EOS specific stuff (i.e. bootstrapping together with creating SYS token) should be moved to plugins - there will be a separate issue for that.

jolly-fellow commented 1 year ago

I have added example "SYS" currency so the bootstrapping is finished and i.e. new accounts could be created. In the future EOS specific stuff (i.e. bootstrapping together with creating SYS token) should be moved to plugins - there will be a separate issue for that.

Does it make sense to add ability to choose a name of the currency like in: leap/tutorials/bios-boot-tutorial/bios-boot-tutorial.py ?