Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rarible links for zk #621

Merged
merged 1 commit into from
Mar 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/build/zkEVM/integrations/nft-api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,16 @@ Here are providers of NFT APIs on Astar zkEVM testnet and mainnet.

## Rarible NFT API
[Rarible](https://rarible.com/) is a leading NFT marketplace that has launched its NFT API on Astar zkEVM testnet and mainnet. The Rarible NFT API is a RESTful API that enables developers to access NFT data on Astar zkEVM network.
Follow Rarible [Documentation](https://docs.rarible.org/reference/getting-started) to get started with the Rarible NFT API.
Follow Rarible [Documentation](https://docs.rarible.org/reference/getting-started) to get started with the Rarible NFT API.
Request your [free API key](https://api.rarible.org/dashboard/login) and [play](https://docs.rarible.org/reference/getitembyid) with the Rarible NFT API.

[Here](https://codepen.io/Maar-io/pen/KKJJoVX) is an example use case of the Rarible NFT API.


## Bluez NFT API
[Bluez](https://bluez.app/) is the first community-driven NFT marketplace built on the Astar Network. Bluez is dedicated to providing the Astar & Polkadot community with a top-tier user experience, easy-to-use features, and transparent governance.
Bluez currently supports the ERC721 and ERC1155 standards for NFT assets, and plans to expand support to include other standards in future iterations.
Follow Bluez [Documentation](https://bluez.gitbook.io/bluez/) to [request the API key](https://bluez.gitbook.io/bluez/getting-started/requesting-api-keys) and [play](https://api.bluez.app/api/) with the Rarible NFT API.
Follow Bluez [Documentation](https://bluez.gitbook.io/bluez/) to [request free API key](https://bluez.gitbook.io/bluez/getting-started/requesting-api-keys) and [play](https://api.bluez.app/api/) with the Bluez NFT API.


[Here](https://codepen.io/Maar-io/pen/XWOOPMW) is an example use case of the Bluez NFT API.
Expand Down