kodadot / uniquery

Client-based SDK for Polkadot NFTs
https://developers.kodadot.xyz
MIT License
8 stars 4 forks source link

uniquery for evm indexer #47

Open roiLeo opened 1 week ago

roiLeo commented 1 week ago

make uniquery available for evm (kodadot/basick)

vikiival commented 1 week ago

It is available sir

import { getClient } from '@kodadot1/uniquery'

const client = getClient('base')

const query = client.collectionListByName('harmony')

const res = await client.fetch(query)
console.log(res)
roiLeo commented 1 week ago

Thank you! Maybe indicate on the readme the list of available client?

vikiival commented 1 week ago

Thank you! Maybe indicate on the readme the list of available client?

Yup I plan to reexport Prefix from 'kodadot1/static' so it is more user friendly