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

KodaDot: Basilisk NFT marketplace implementation #5

Open
yangwao opened this issue Jun 20, 2022 · 0 comments
Open

KodaDot: Basilisk NFT marketplace implementation #5

yangwao opened this issue Jun 20, 2022 · 0 comments

Comments

@yangwao
Copy link

yangwao commented Jun 20, 2022

We've taken this challenge to extend KodaDot with the Basilisk NFT marketplace and implement all-important calls within our UI.

We had to run the archive node and indexer served by SubSquid to start implementing fast queries and handsome events into KodaDot so users can leverage all features of the Basilisk NFT marketplace.

We've aimed to extend the functionality of KodaDot so users can benefit from features like Royalties and Offers on their minted NFTs.

What we've implemented

Thus we had to extend KodaDot through a series of calls like create class, mint, set a price, transfer, burn, make an offer, withdraw an offer and accept an offer and add royalty to NFT mint.

Bonus on top, we've reused some of our components and made them chain-agnostic, so other implementers coming along could benefit from our open source work and make their own flavour of Basilisk NFT marketplace by reusing components from KodaDot

Live demo

Live demo is available at beta.kodadot.xyz/bsx
If you need testing BSX to try things out, feel free to join KodaDot Discord and ask at channel Snek

Demo videos

  • Browsing collections, minted NFTs and historical data on collection activity
Screen.Recording.2022-06-20.at.12.29.39.mov
  • Create NFT with traits and royalty
Screen.Recording.2022-06-20.at.13.44.11.mov
  • Make Offer
Screen.Recording.2022-06-20.at.13.40.25.mov
  • Withdraw Offer
Screen.Recording.2022-06-20.at.12.41.20.mov
  • Accept Offers
Screen.Recording.2022-06-20.at.13.26.43.mov

Links to work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant