The toolkit for building NFT applications and dapps that focuses on
- Tokenization
- Exchange
- Search
We are actively building out the platform tools Join the conversation to contribute
Checkout our getting started guide for an overview of the platform and how to get started building NFT applications.
Take a look at this example for deploying a contract and this one for issuing tokens.
There is a peer 2 peer marketplace for exchanging and trading NFTs deployed here. Currently all orders and prices are stored onchain. The next iteration of the marketplace will include infrastructure for offchain orders.
You can run queries over indexed smart contracts with simple GraphQL queries. Try out the interactive GraphQL API here.
Users can search through NFT metadata with Elasticsearch. We have a sample react component that shows you how the API works.