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.
- Host: GitHub
- URL: https://github.com/tlacuilose/nft-explorer
- Owner: tlacuilose
- Created: 2022-04-02T02:23:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-24T06:54:47.000Z (about 4 years ago)
- Last Synced: 2025-12-25T17:41:22.692Z (6 months ago)
- Topics: api, go, grpc
- Language: Go
- Homepage:
- Size: 6.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.