BlocSoc-iitr / selene

A fast & portable light client for Ethereum in Golang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guidelines

NOTE: If you want to import functions or files like we do in any project , in Golang specifically, we need to make its package to import it because it doesn't have anything like relative imports.

An example is written in the examples directory and the package example is imported in the cmd/app/main.go file.

About

A fast & portable light client for Ethereum in Golang.


Languages

Language:Go 100.0%