Thetta / Thetta-DAO-Framework

Thetta - an open-source framework to help you build the DAO of your dreams
https://web.thetta.io
MIT License
117 stars 28 forks source link

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

Open AnthonyAkentiev opened 6 years ago

AnthonyAkentiev commented 6 years ago

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

AnthonyAkentiev commented 6 years ago

Check this out - https://github.com/ethereum/EIPs/issues/777

AnthonyAkentiev commented 6 years ago

List of EIPs to check:

NFTs

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

Other

https://github.com/ethereum/EIPs/issues/223 - ERC20 + tokenFallback https://github.com/ethereum/EIPs/issues/827 - approveAndCall + transferAndCall + transferFromAndCall for ERC20 https://github.com/ethereum/EIPs/issues/995 - 827 improvement https://github.com/ethereum/EIPs/issues/1003 - 827 improvement

https://github.com/ethereum/EIPs/issues/888 - multi-dimensional tokens https://github.com/ethereum/EIPs/issues/891 - PPoW Token extension https://github.com/ethereum/EIPs/issues/900 - simple staking interface https://github.com/ethereum/EIPs/issues/1067 - upgradeable token https://github.com/ethereum/EIPs/issues/1132 - locking https://github.com/ethereum/EIPs/issues/1133 - multitoken

AnthonyAkentiev commented 6 years ago

https://github.com/ethereum/EIPs/issues/179 - simpler token standard https://github.com/ethereum/EIPs/issues/644 - upgradeability https://github.com/ethereum/EIPs/issues/677 - transferAndCall()

AnthonyAkentiev commented 6 years ago

https://github.com/ethereum/EIPs/pull/884 - tokenize shares

bitcoinwarrior1 commented 6 years ago

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 commented 6 years ago

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

bitcoinwarrior1 commented 6 years ago

@AnthonyAkentiev have a FIFA souvenir to yourself :) https://app.awallet.io/AAAAAFxORgCmaj8IBoF06PAFESqLLHpQeoIjNYEp04-Jp--pYTzDpdZmJWL033aNSCGPVKFYp1ZW8w1usd0GXlVW7R-Yhq4IgolPIWzPwOrI3PPnmv-MFXQShawERhw=

AnthonyAkentiev commented 6 years ago

https://github.com/ethereum/EIPs/pull/621 - Token Standard Extension for Increasing & Decreasing Supply