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

Add new samples for Marketplace, Collections and NFTs #912

Closed
juans-chainsafe opened this issue Mar 19, 2024 · 1 comment
Closed

Add new samples for Marketplace, Collections and NFTs #912

juans-chainsafe opened this issue Mar 19, 2024 · 1 comment
Assignees
Labels
Priority: P3 Added to issues and PRs relating to a low severity bugs. Type: Feature Added to issues and PRs to identify that the change is a new feature.

Comments

@juans-chainsafe
Copy link
Contributor

juans-chainsafe commented Mar 19, 2024

Summary
We need to add samples with the new endpoints to show how to use it in Unity, in the past we have those but using the old endpoints.

Suggested features or ways to address the summary
Specs:

Motivation
Show devs how they can integrate they own marketplace into the ChainSafe SDK

Acceptance Criteria
Dev should be able to:

  • Create Collection of ERC-721 type
  • Create Collection of ERC-1155 type
  • Get created collections
  • Remove collection if transaction failed
  • Retry deployment of collection if transaction failed
  • Mint NFT inside collection of ERC-721 type
  • Mint NFT inside collection of ERC-1155 type with custom supply
  • Get minted NFTs
  • Create Marketplace
  • List NFTs into created Marketplace
  • Get listed NFTs inside Marketplace
@juans-chainsafe juans-chainsafe added Priority: P3 Added to issues and PRs relating to a low severity bugs. Type: Feature Added to issues and PRs to identify that the change is a new feature. labels Mar 19, 2024
@sneakzttv sneakzttv self-assigned this May 6, 2024
@sneakzttv
Copy link
Contributor

sneakzttv commented May 7, 2024

As discussed with @juans-chainsafe we're spitting this into 3 tasks for ease of QA testing purposes & workflow with reviewing

Collections

  • Create collection of ERC-721 type
  • Create collection of ERC-1155 type
  • Get created collections
  • Remove collection

Nfts

  • Mint NFT inside collection of ERC-721 type
  • Mint NFT inside collection of ERC-1155 type with custom supply
  • Get minted NFTs

Marketplace

  • Create marketplace
  • Remove marketplace
  • List NFTs into created marketplace
  • Get listed NFTs inside marketplace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: P3 Added to issues and PRs relating to a low severity bugs. Type: Feature Added to issues and PRs to identify that the change is a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants