Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.53 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.53 KB

go-opensea

Golang library for OpenSea APIs (https://docs.opensea.io/reference).

Get Started

Get it:

go get github.com/gsmachado/go-opensea

Use it:

TBD

API Support

This SDK supports the following:

Development

TBD.

TODOS

  • reasonable integration tests (running nightly)
  • expose the APIs as methods in the Opensea type

Acknowledgement

This library was forked and reworked from https://github.com/rmanzoku/go-opensea, at this commit. Thanks for it! 🎉