Browse Source

initial commit

feature/sql-semaphore1
arnaucube 3 years ago
commit
a9c77e9607
2 changed files with 10 additions and 0 deletions
  1. +2
    -0
      README.md
  2. +8
    -0
      go.mod

+ 2
- 0
README.md

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

+ 8
- 0
go.mod

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

Loading…
Cancel
Save