initial commit

This commit is contained in:
arnaucube
2020-07-24 12:18:21 +02:00
commit a9c77e9607
2 changed files with 10 additions and 0 deletions

2
README.md Normal file
View File

@@ -0,0 +1,2 @@
# hermez-node
Go implementation of the Hermez node.

8
go.mod Normal file
View File

@@ -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
)