An open API service indexing awesome lists of open source software.

https://github.com/tlacuilose/nft-explorer

A gRPC service that retrieves all NFTs owned by an account in Ethereum.
https://github.com/tlacuilose/nft-explorer

api go grpc

Last synced: 2 months ago
JSON representation

A gRPC service that retrieves all NFTs owned by an account in Ethereum.

Awesome Lists containing this project

README

          

# NFT Explorer

- A gRPC service that retrieves all NFTs owned by an account in Ethereum.
- The service adopts domain-driven design and used design patterns such as an Adapter.
- Uses the Protocol Buffers compiler to create the gRPC server and RPCs.
- Implements request caching.
- Performs unit tests on all modules including functional tests on the gRPC server.