/go-opensea

Opensea SDK in Golang

Primary LanguageGoMIT LicenseMIT

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! 🎉