文件名称:etoken-libra:在Libra上构建eToken的有趣的早期实验
文件大小:42KB
文件格式:ZIP
更新时间:2024-03-31 01:52:38
在Libra上构建eToken的有趣的早期实验 作者:Omri Ross博士,Peter Emil Jensen和Johannes Rude Jensen 在这个简短的概述,我们描述与实施技术背后eToro的记号化资产(初始经验在天秤座网络上部署移动IR语言)。 Libra协议是一种确定性状态机,可将数据存储在版本数据库中。 使用新颖的领域特定语言:移动。 移动允许重复使用代码和状态的可编程交易和模块-类似于我们定义的智能合约。 当前,Libra不允许发布模块,这就是为什么eToken的源代码应作为测试运行的原因。 可在找到此Move IR eToken实现的完整源代码。 该测试已使用Libra版本在commit hash #69cab6cc875312ae53bdc8a7f9709e39e54ed032 。 可以在找到存储库。 移动中间表示语言 随着Libra的发布,已经定义了一
【文件预览】:
etoken-libra-master
----README.md(11KB)
----testscripts()
--------6_blacklisted_user_transfer_token_should_fail.mvir(17KB)
--------1_owner_can_mint_and_amount_correct.mvir(14KB)
--------5_regular_user_can_transfer_token.mvir(17KB)
--------README.md(2KB)
--------3_token_can_be_transferred.mvir(15KB)
--------f1_owner_can_blacklist_himself.mvir(16KB)
--------2_new_user_can_publish_from_owner_and_balance_is_0.mvir(13KB)
--------9_regular_user_can_burn_his_tokens.mvir(13KB)
--------8_transfer_token_to_a_user_that_hasnt_published.mvir(13KB)
--------7_granted_minter_can_mint.mvir(13KB)
--------4_transfer_more_than_balance_should_fail.mvir(15KB)
----LICENSE(1KB)
----src()
--------eToken.mvir(12KB)