forked from TrueCloudLab/neoneo-go
28908aa3cf
Signed-off-by: Elizaveta Chichindaeva <elizaveta@nspcc.ru>
7 lines
316 B
Go
7 lines
316 B
Go
/*
|
|
Package chain contains functions creating new test blockchain instances.
|
|
Different configurations can be used, but all chains created here use
|
|
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.
|
|
*/
|
|
package chain
|