frostfs-contract/go.mod
Evgenii Stratonikov 6a6d377259 [#137] tests: implement contract testing framework
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>
2021-10-05 10:01:27 +03:00

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
)