Opensea
Simple API service which uses
- HTTP client
- Memory cache
to fetch NFT tokenby contract address and token ID to get information about NFT token
Installation
- Crystal
- Shards
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