forked from TrueCloudLab/frostfs-contract
6a6d377259
Create simple running blockchain node with a single validator and test both contract deployment and method invocations. Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
9 lines
163 B
Modula-2
9 lines
163 B
Modula-2
module github.com/nspcc-dev/neofs-contract
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/nspcc-dev/neo-go v0.97.2
|
|
github.com/stretchr/testify v1.7.0
|
|
go.uber.org/zap v1.18.1
|
|
)
|