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

Project: ERC-721 tools for creators #58

Closed
1 of 5 tasks
stevemulligan opened this issue Dec 30, 2018 · 2 comments
Closed
1 of 5 tasks

Project: ERC-721 tools for creators #58

stevemulligan opened this issue Dec 30, 2018 · 2 comments
Assignees
Labels

Comments

@stevemulligan
Copy link
Contributor

stevemulligan commented Dec 30, 2018

I see a strong interest from artists and other creators about erc-721 collectible tokens. I would like to create a tutorial and a suite of tools that makes it easy for artists to sell their works as a token.

Step 1 - Token Wizard

It needs to be easy to create a token. A single click without the minutiae that is usually associated with creating your own token.

ERC-721 Wizard Source
Demo Site

Step 2 - Token Minter

Need a nice UI that lets artists enter the address of their token and then allow them to attach metadata. (Uploading photo's and defining properties). They will be able to assign other address to mint tokens and to send minted tokens to other addresses. Something like this may already exist but I want it to be tailored for artists and not software developers so we may have to build this.

Step 3 - Token viewer

Need a generic token viewer so that you can enter the token address and view all the tokens you own and see all their meta data. Like an image viewer that overlays stats.

Our fork of Trust Wallet is completely untested as far a ERC-721 support but it may provide part of this functionality and should be tested. A web based viewer is still required because our fork is iOS only.

Step 4 - Marketplace

It would be nice to have an Ellaism erc-721 marketplace. I'm keeping my eye on https://github.com/knownorigin/known-origin-web3-marketplace It may be possible to add support for Ellaism here.

  • Token Wizard
  • Token Minter
  • Token Viewer
  • Wiki Tutorial
  • Marketplace
@stevemulligan
Copy link
Contributor Author

stevemulligan commented Dec 30, 2018

Leaving a note so to review token options like supply cap and making them burnable. This should be added to advanced options in the token wizard.

  • Supply Cap option
  • Make tokens burnable option
  • Make enumeration an option (currently enabled and can't be turned off)

Only add these options if the stock OpenZeppelin implementations support them.

@kimisan
Copy link

kimisan commented Dec 31, 2018

wow, interesting topic.
I also study ERC721 recently, it should be a big market for Art market.

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

No branches or pull requests

3 participants