Skip to content

Latest commit

 

History

75 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bloxroute-go

A bloXroute websocket client written in Go.

Typesafe

This library provides typesafe APIs, not just a raw chan string channel. For example, SubscribeNewTxs() outputs messages to a chan *types.Transaction channel.

Flexible

Each bloXroute subscribe returns a unique subscription ID, see Creating a Subscription . This library takes advantage of this feature to provide a flexible output mechanism: each SubscribeXXX() has a outpuCh channel, multiple SubscribeXXX() calls can output to the same channel, or to a different channel.

About

A bloXroute websocket client written in Go

Topics

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages