Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 297 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 297 Bytes

Golang-Ethereum

Simple project that calls the ethereum blockchain from golang.

Setup

cp .env.dist .env then fill out the missing environment variable(s)

Runinng the code

cd cmd/golang-ethereum
go run .

Running testss

From the root of the project, run

make test