seaport-go

command module
v0.0.0-...-fce09a9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 20, 2023 License: MIT Imports: 13 Imported by: 0

README

🚧 sandbox for a seaport rfq node

implementing interfaces based on valorem's rfq-over-seaport

using connect-rpc & buf for proto tooling:

development

get the deps: go get

install some tooling: make install-dev-tooling

run the server: go run main.go

unary endpoints can be used thru grpc or plain json:

$ curl --header "Content-Type: application/json" --data '{}' localhost:8090/proto.seaport.v1.AuthService/Nonce

{"nonce":"0xdadb0d"}

will need grpcurl or similar to tail a stream:

$ grpcurl -protoset <(buf build -o -) -plaintext -d '{}' localhost:8090 proto.seaport.v1.RFQService/WebTaker

# TODO: actually do this example

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL