montera82 / golang-ethereum

Interacting with the Ethereum blockchain from golang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Interacting with the Ethereum blockchain from golang.


Languages

Language:Go 96.5%Language:Makefile 2.2%Language:Solidity 1.3%