Opensea

Simple API service which uses

to fetch NFT tokenby contract address and token ID to get information about NFT token

Installation

Usage

shards build --static --no-debug --release --production -v

Development

crystal src/opensea.cr

Benchmarking

I've measured performance of the current implementation against
https://github.com/Dmdv/opensea-netcore

And .NETCORE showed results almost as twice faster compared to Crystal

1 run = netcore
2 run = Crystal

image