有Tezos等效的ERC吗?
1 个回答
- 投票数
-
- 2019-02-22
MartinPospěch在上起草了Tezos" ICO令牌"标准.https://gitlab.com/tips2/TIPs/blob/master/TIPS/tip-7.md
斯蒂芬·安德鲁斯(Stephen Andrews)正在 http://tztoken.teztech.io/上制作tztoken.> 在 http://www上的示例中,
OcamlPro有一个令牌联系人(处于流动性中).liquidity-lang.org/edit/
.您还可以在 https://github上查看相关代码.com/OCamlPro/liquidity/blob/next/tests/others/token.liqMartin Pospěch drafted an Tezos "ICO token" standard at https://gitlab.com/tips2/TIPs/blob/master/TIPS/tip-7.md
Stephen Andrews is working on a tztoken at http://tztoken.teztech.io/
OcamlPro has a token contact (in Liquidity) in its examples available at http://www.liquidity-lang.org/edit/. You can also see code for that at https://github.com/OCamlPro/liquidity/blob/next/tests/others/token.liq
-
您到https://stephenandrews.github.io/tztoken/的链接给出的是404your link to https://stephenandrews.github.io/tztoken/ is giving a 404
- 1
- 2019-02-27
- adamc
-
我只是将其固定为引用新的tztoken地址.I just fixed that to reference the new tztoken address.
- 2
- 2019-02-27
- Fred Yankowski
我想阅读/为Tezos上现有的合同标准做贡献,是否有像ERC这样的开源运动?