mirror of https://github.com/status-im/swarms.git
Merge pull request #163 from status-im/163-support-erc721
Support ERC721 tokens
This commit is contained in:
commit
063301fd28
|
@ -0,0 +1,81 @@
|
|||
## Preamble
|
||||
|
||||
Idea: 163
|
||||
Title: Support ERC721 tokens
|
||||
Status: Draft
|
||||
Created: 2018-04-10
|
||||
|
||||
## Summary
|
||||
Add ERC721 support to Status wallet so that users can see their CryptoKitties, Punks, Celebrities, etc. alongside their other assets.
|
||||
|
||||
## Swarm Participants
|
||||
- Lead/PM: [@rachelhamlin](https://github.com/rachelhamlin)
|
||||
- Testing & Evaluation:
|
||||
- Contributor: [@jeluard](https://github.com/jeluard)
|
||||
- Contributor: [@goranjovic](https://github.com/goranjovic)
|
||||
- UX: [@denis-sharypin](https://github.com/denis-sharypin)
|
||||
|
||||
## Product Overview
|
||||
|
||||
ERC721 tokens, or non-fungible tokens (NFTs), represent unique assets on the blockchain. The ability to use rare digial assets as a store of value has spawned a large market of digital collectibles.
|
||||
|
||||
With 100+ digital collectibles on the market and a combined sales volume greater than $50MM, it's important that we allow users to access their NFT collections inside Status right alongside their ETH and ERC20 tokens.
|
||||
|
||||
The two primary cases we need to support are:
|
||||
1. Having my existing collectibles in my Status wallet
|
||||
2. Buying or receiving new collectibles and seeing them in my Status wallet
|
||||
|
||||
Additional use cases may focus on gifting collectibles from one user to another, or sending collectibles in a chat.
|
||||
|
||||
### Product Description
|
||||
|
||||
##### For already owned crypto assets
|
||||
|
||||
Users should be able to view their collection of NFTs in a dedicated section of their Status wallet.
|
||||
Tokens associated with a user's Mainnet address should appear there automatically.
|
||||
|
||||
Any ERC721 token should be supported, and individual assets within a collection should display available metadata such as name or number, properties, creation date, etc. To whatever extent possible, we can standardize the metadata displayed for each type of collectible and provide a link to the DApp for more.
|
||||
|
||||
##### For newly purchased crypto assets
|
||||
|
||||
When a user buys a new collectible through some other browser, it should automatically appear in their Status wallet. Same goes for collectibles that can be gifted, as is the case with Cryptokitties; Status should recognize when a user receives a new collectible as a gift.
|
||||
|
||||
A user should also be able to purchase collectibles from the Status browser, and the collectible should appear in their wallet.
|
||||
|
||||
Initially we can use marketplaces to support this by consuming metadata from [Opensea.io](https://opensea.io/) or [Rarebits.io](https://rarebits.io/), but users should also be able to purchase new collectibles inside each DApp.
|
||||
|
||||
### Requirements & Dependencies
|
||||
|
||||
Potential dependency on Status extensions (formerly #101)
|
||||
|
||||
### Minimum Viable Product
|
||||
Goal Date:
|
||||
|
||||
Description:
|
||||
|
||||
As there is no way to automatically browse all the existing collectible types, we'll focus on individual support for any collectible DApps that Status currently features.
|
||||
|
||||
- UX/UI for collectibles in wallet:
|
||||
- Browse collections (categories/types)
|
||||
- Browse collectibles
|
||||
- View individual collectible
|
||||
- Add wallet support for any ERC721 featured in Status Selected DApps:
|
||||
- CryptoFighters
|
||||
- CryptoKitties
|
||||
- CryptoPunks
|
||||
|
||||
### Iteration 1
|
||||
- Expand collectible support
|
||||
- Add profile showcase for users to display their collections
|
||||
- Purchase new collectibles via a marketplace
|
||||
|
||||
### Exit Criteria
|
||||
TK
|
||||
|
||||
### Success Metrics
|
||||
TK
|
||||
|
||||
## Supporting Role Communication
|
||||
|
||||
## Copyright
|
||||
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
|
Loading…
Reference in New Issue