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

RESEARCH: what token types our DAO Framework should be compatible with? #98

Open
AnthonyAkentiev opened this issue Jun 15, 2018 · 8 comments
Assignees
Labels
Projects

Comments

@AnthonyAkentiev
Copy link
Member

AnthonyAkentiev commented Jun 15, 2018

Research other token standards (not only ERC20/ERC721).
Which of them worth noting?

@AnthonyAkentiev AnthonyAkentiev created this issue from a note in 1 - Core (Backlog - This Milestone) Jun 15, 2018
@AnthonyAkentiev AnthonyAkentiev self-assigned this Jun 15, 2018
@AnthonyAkentiev AnthonyAkentiev added this to the v0.2 milestone Jun 15, 2018
@AnthonyAkentiev
Copy link
Member Author

Check this out - ethereum/EIPs#777

@AnthonyAkentiev
Copy link
Member Author

AnthonyAkentiev commented Jun 15, 2018

List of EIPs to check:

NFTs

ethereum/EIPs#721 - NFT
ethereum/EIPs#841 - NFT
ethereum/EIPs#864 - divisible NFT
ethereum/EIPs#875 - NFT + batch moves + atomic swaps
ethereum/EIPs#994 - delegated NFT
ethereum/EIPs#981 - “barter token”, partial ownership standard
ethereum/EIPs#998 - composable NFT

Other

ethereum/EIPs#223 - ERC20 + tokenFallback
ethereum/EIPs#827 - approveAndCall + transferAndCall + transferFromAndCall for ERC20
ethereum/EIPs#995 - 827 improvement
ethereum/EIPs#1003 - 827 improvement

ethereum/EIPs#888 - multi-dimensional tokens
ethereum/EIPs#891 - PPoW Token extension
ethereum/EIPs#900 - simple staking interface
ethereum/EIPs#1067 - upgradeable token
ethereum/EIPs#1132 - locking
ethereum/EIPs#1133 - multitoken

@AnthonyAkentiev
Copy link
Member Author

ethereum/EIPs#179 - simpler token standard
ethereum/EIPs#644 - upgradeability
ethereum/EIPs#677 - transferAndCall()

@AnthonyAkentiev
Copy link
Member Author

AnthonyAkentiev commented Jun 15, 2018

ethereum/EIPs#884 - tokenize shares

@AnthonyAkentiev AnthonyAkentiev moved this from Backlog - This Milestone to In Progress in 1 - Core Jun 15, 2018
@AnthonyAkentiev AnthonyAkentiev moved this from In Progress to Backlog in 1 - Core Jun 21, 2018
@bitcoinwarrior1
Copy link

Hi @AnthonyAkentiev,

Noticed you included ERC875, just an FYI, we have successfully implemented it in AlphaWallet and you can actually execute atomic swaps in app.

On this interface here: https://alpha-wallet.github.io/ERC875-token-factory/index , you can create a contract and use it instantly in the app using our special protocol to transfer and sell tokens via URL.

Let me know if you want any more info :)

@AnthonyAkentiev
Copy link
Member Author

@James-Sangalli Awesome! Thx for the info.
Will check it soon

@AnthonyAkentiev AnthonyAkentiev removed this from the Thetta Core v.3 milestone Aug 21, 2018
@AnthonyAkentiev
Copy link
Member Author

ethereum/EIPs#621 - Token Standard Extension for Increasing & Decreasing Supply

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
1 - Core
  
Backlog
Development

No branches or pull requests

2 participants