Giter VIP home page Giter VIP logo

web3go's Introduction

web3go (obsolete)

web3go is an Ethereum client library that implements Ethereum JSON RPC, just like [web3.js](https://githu b.com/ethereum/web3.js).

Gitter Go Report Card

Branch Test status
master Test Status codecov
develop Test Status codecov

Latest version

No stable version yet

Installation

go get github.com/alanchchen/web3go/...

Usage

TBD

License

The BSD 3-Clause License

web3go's People

Contributors

alanchchen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

web3go's Issues

Review APIs

Current APIs are similar to web3.js which might or might not suitable for golang.

about topics

hello , how to define a Topics... i always return with
[Failed to create filter, Invalid params: Invalid variadic value type: invalid type: map, expected a sequence.]

	option := &web3.FilterOption{
		FromBlock: "0",
		ToBlock:   "latest",
		Address:   []string{"0x8d12a197cb00d4747a1fe03395095ce2a5cc6819"},
		Topics:    common.Topics{
			common.Topic{[]byte("0x1e0b760c386003e9cb9bcf4fcf3997886042859d9b6ed6320e804597fcdb28b0")},
		    common.Topic{[]byte("0x6effdda786735d5033bfad5f53e5131abcced9e52be6c507b62d639685fbed6d")},
		    common.Topic{[]byte("0x3f7f2eda73683c21a15f9435af1028c93185b5f1fa38270762dc32be606b3e85")}},
	}
``` go 

Why obsolete?

Hey - I was thinking about writing a golang web3 interface to consume the geth RPC API and I found this project. Wondering why its marked as obsolete? I was planning on building this myself from scratch but may just fork your repo instead...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.