mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-12-02 09:45:50 +00:00
8 lines
311 B
Go
8 lines
311 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 single-node chain is the best choice to use
|
||
|
unless you specifically need multiple validators and large committee.
|
||
|
*/
|
||
|
package chain
|