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

Basilisk v0.1 #660

Closed
79 of 89 tasks
Tracked by #1619
yangwao opened this issue Aug 30, 2021 · 9 comments · Fixed by #3060
Closed
79 of 89 tasks
Tracked by #1619

Basilisk v0.1 #660

yangwao opened this issue Aug 30, 2021 · 9 comments · Fixed by #3060
Assignees
Labels
A-basilisk issues related to basilisk parachain chief p1 preventing everyone from using app

Comments

@yangwao
Copy link
Member

yangwao commented Aug 30, 2021

More changes related to current BSX implementation coming soon in:

Explorer

Offers

Related Issues

Auctions

Implemented

Indexer:

UI:

  • Make a page dedicated to creating a unique (NFT) with a simple workflow
  • Ability to create a Class (collection)
  • Show class detail with metadata
  • Show minted NFTs in explorer mode
  • Show user's profile
  • Display metadata for particular NFT (instance)
  • Burn an instance
  • Implement a page to teleport KSM between Kusama and Basiliskv
  • Extend vue-polkadot/api to handle multiple (parallel connections).
  • Provide check if a user has enough balance on Basilisk / Kusama to be able to mint and transfer a collection.

Marketplace

  • Buy
  • SetPrice
  • Make / Accept offer

Additionally, historical data should be displayed in a sensible manner:

  • history of trades, offers, floor and ceiling prices
  • statistics of the whole marketplace and individual classes

Needs to be done for bounty

Submissions are open until June 20, 12 CET.
Source

  • Create a class
    • Creates a class, (i.e. collection) of tokens that can all be described by certain set of common properties.
  • Mint
    • Mints a token that is unique within a class.
  • Transfer
    • Transfers ownership of a token to another wallet.
  • Burn
    • Destroys a previously minted token.
  • Destroy a class
  • Set a price
    • Also commonly called a listing. Owner of a token can list their token on the marketplace with a specified price for which it can be bought instantly by other users.
  • Buy
    • A user can buy a listed token for previously set price by its owner.
  • Make an offer
    • Even if a user does not set price for their token, other users can make offers for which they would buy the token. This reserves a full offered amount on offerer's account. Only one offer can be made by one account for a token.
  • Withdraw an offer
    • Retract a previous offer and unreserve funds.
  • Accept an offer
    • Owner of a token can decide to accept an offer which then acts as a regular buy action.
  • Add a royalty
    • Owner of an NFT can embed a royalty to a token. That means from that point on, each trade of this NFT will split the full amount to the royaltee (usually the owner) and the seller of the NFT in the defined ratio.
@yangwao yangwao added the A-basilisk issues related to basilisk parachain label Aug 30, 2021
@vikiival
Copy link
Member

remove whole text from frontpage ambasador & github &c

Why ?

@XyloDrone
Copy link

How high priority is this and are the tasks the same :)

@vikiival
Copy link
Member

vikiival commented Apr 7, 2022

How high priority

p1 for @vikiival

@yangwao yangwao added the p2 core functionality, or is affecting 60% of app label Apr 8, 2022
@yangwao
Copy link
Member Author

yangwao commented Apr 27, 2022

What we are missing to make it run for testing?

@vikiival
Copy link
Member

vikiival commented Apr 29, 2022

Things I had to make to make it running and can break stuff

  • remove max from queries/fragments/collectionDetails.graphql
  • remove collectionId from queries/fragments/nft.graphql
fragment col on CollectionEntity {
  max @skip(if: $rmrk)
  name
  meta {
    id
  }
}

query C($account: String! $rmrk: Boolean = true) {
  collectionEntities(where: { issuer_eq: $account }) {
    ...col
  }
}

@yangwao yangwao added p1 preventing everyone from using app and removed p2 core functionality, or is affecting 60% of app labels May 7, 2022
@yangwao
Copy link
Member Author

yangwao commented May 7, 2022

Let's push some version, others can help you out so we can make things faster:)

@vikiival
Copy link
Member

vikiival commented May 8, 2022

Slightly rugged by #2975

@yangwao
Copy link
Member Author

yangwao commented May 23, 2022

@yangwao yangwao mentioned this issue Aug 2, 2022
20 tasks
@petersopko
Copy link
Contributor

as discussed, I've moved the unfinished issues from this one into

since we're moving forward

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-basilisk issues related to basilisk parachain chief p1 preventing everyone from using app
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

4 participants