2022-03-23 19:48:41 +00:00
|
|
|
/*
|
|
|
|
Package chain contains functions creating new test blockchain instances.
|
|
|
|
Different configurations can be used, but all chains created here use
|
2022-04-20 18:30:09 +00:00
|
|
|
well-known keys. Most of the time, a single-node chain is the best choice to use
|
|
|
|
unless you specifically need multiple validators and a large committee.
|
2022-03-23 19:48:41 +00:00
|
|
|
*/
|
|
|
|
package chain
|