@ -0,0 +1,2 @@
# hermez-node
Go implementation of the Hermez node.
@ -0,0 +1,8 @@
module github.com/hermeznetwork/hermez-node
go 1.14
require (
github.com/ethereum/go-ethereum v1.9.17
github.com/stretchr/testify v1.6.1
)