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

Choosing NFT token implementation as a base for the auctions #2

Open
pmensik opened this issue Apr 21, 2021 · 3 comments
Open

Choosing NFT token implementation as a base for the auctions #2

pmensik opened this issue Apr 21, 2021 · 3 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested

Comments

@pmensik
Copy link
Collaborator

pmensik commented Apr 21, 2021

There are currently multiple NFT implementations currently being built on top of the Substrate framework

As well as some others I am maybe not aware of. It seems that the most accepted "standard" is currently the orml-nft and that's why we think it's a good idea to start the initial auction implementation on top of it. However, the only widely used solution is RMRK.app while Unique Network and Bit.Country emerging pretty fast to add more functionally on top of the orml-nft implementation. So that raises some questions about which NFT implementation is the most suitable for starting the project on the green field.

Also, SubAuction team would love to take part in any standardization initiative in the Polkadot/Kusama ecosystem and make our solution flexible enough to cover most important NFT implementations and maybe serve as a bridge between them one day.

@pmensik pmensik added good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested labels Apr 21, 2021
@pmensik pmensik changed the title Choose NFT token implementation to base the generic auctions on Choosing NFT token implementation as a base for the auctions Apr 21, 2021
@Swader
Copy link

Swader commented May 6, 2021

Hello, RMRK founder here. We'd love to work closely together, especially since we'll be:

  • deploying our standards on Unique as native pallets
  • deploying our standards on Moonbeam as contracts
  • deploying a bridged (simplified) version of our NFTs onto Acala (Karura), Phala, and Zeitgeist
  • deploying a bridged (simplified) version of our NFTs with the Unifty platform for cross-chain magic.

All the above are confirmed partnerships.

@pmensik
Copy link
Collaborator Author

pmensik commented May 8, 2021

@Swader Hey Bruno, thanks for joining the conversation. Those bridged assets you mention (last two bullet points) will link your standard implementation from the Unique pallet or the native RMRK implementation currently running on Kusama? And for the Moonbeam, I suppose you will re-develop your standard as a set of Solidity-based smart contracts, right?
But it definitely sounds impressive, we are already in talks with Unique for some time and definitely want to use their platform as a place where to host our NFT auctions. So having RMRK standard being on the same platform, easily accessible via Substrate, is really great!

@Swader
Copy link

Swader commented May 9, 2021

Those bridged assets you mention (last two bullet points) will link your standard implementation from the Unique pallet or the native RMRK implementation currently running on Kusama?

They will bridge to both, we plan to make multi-directional bridges. So you decide where you want to take the NFT, the appropriate locking account is used and the mirror NFT is minted on whatever environment you're targeting. So we should be able to support it all.

And for the Moonbeam, I suppose you will re-develop your standard as a set of Solidity-based smart contracts, right?

Exactly, yes.

We just launched singular.rmrk.app as well, feel free to check it out. I already have an auction in mind for Kanaria bird no.1, but was struggling to make it happen on the current Kusama-native implementation (as is to be expected), so having something cool on Unique via your pallet to pull this off would be great too, we want to add auctions into Singular eventually anyhow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants