Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Latest commit

 

History

History
 
 

go

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

0x Mesh Example Go Usage

This directory contains some example code for using the Go RPC client.

Running the Examples

Simply use go run to run an example. Each example requires some environment variables.

WS_RPC_ADDR=ws://167.71.80.233:60557 go run ./examples/go/subscribe-to-orders/main.go

More Information