ellaism / meta

Ellaism Project Management
13 stars 12 forks source link

Project: ERC-721 tools for creators #58

Closed stevemulligan closed 4 years ago

stevemulligan commented 5 years ago

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.

stevemulligan commented 5 years ago

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.

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

kimisan commented 5 years ago

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