ERC和WPS

作者: lisoleg | 来源:发表于2019-04-27 11:32 被阅读0次

    EOS21 协议 将您的ERC20代币传送到EOS

    https://github.com/sheos-org/eos21/blob/master/README-CH.MD

    不理解eos为什么到现在还没有搞个ERC这样的标准规范体系,这其实是学习互联网IETF的RFC,比如ERC20这样的代币合约在eos里只有个eosio.token系统合约模板(而且没有销毁、增发、锁定功能),Ethereum Improvement Proposals (EIPs)在eos有个对应叫工作者提案系统(WPS),白皮书提到了将每年EOS增发量中的4%分配给WPF(Worker Propusal Fund),即工作者提案基金,但好像停滞了https://github.com/EOS-BP-Developers/wps-backend,是从bitshares借鉴来的http://cryptofresh.com/workers 【一五一十】大白话解释EOS的工作者提案系统(WPS)是什么 https://www.jianshu.com/p/c400b0f15195

    ERC属于EIP,是Application-level standards and conventions, including contract standards such as token standards (ERC20), name registries (ERC137), URI schemes (ERC681), library/package formats (EIP190), and wallet formats (EIP85).把这些在EOS重新实现结合eos特点修改下确实很有意义,闹不懂为什么没人做

    http://eips.ethereum.org/erc 这里最全,把他们都翻译为中文也蛮有价值

    相关文章

      网友评论

          本文标题:ERC和WPS

          本文链接:https://www.haomeiwen.com/subject/ljghnqtx.html