Skip to content

sambarnes/seaport-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚧 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

About

🚧 sandbox for a seaport rfq node

Resources

License

Stars

Watchers

Forks