-
Notifications
You must be signed in to change notification settings - Fork 282
Closed
Labels
EnhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersiroha2-devThe re-implementation of a BFT hyperledger in RUSTThe re-implementation of a BFT hyperledger in RUST
Description
Motivation
For testing it's better to set up assets/accounts/domains in the genesis block. We currently don't have a convenient interface to do that.
example
RawGenesisBlockBuilder::new()
.with(Domain("wonderland"))
.with(Account("alice@wonderland"))
.with(Asset::BigQuantity("roses")
.initially(100)
.owned_by("alice@wonderland"))
.finish() Metadata
Metadata
Assignees
Labels
EnhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersiroha2-devThe re-implementation of a BFT hyperledger in RUSTThe re-implementation of a BFT hyperledger in RUST