Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - skyStreet

Pages: [1]
1
 正是天街团队做的事情,
还包含:
1.账户的全局标贴,
       
Code: [Select]
        enum class AccountLabel{
            //role 0x00~0xFF
            Shop=0x00,
            Arbitrator=0x01,
            Guarantee=0x02,
           
            //taobao 0x0100~0x01FF
            ShopType=0x100,
            ShopName=0x0101,
            ShopDescription=0x0102,
            DealAmounts=0x0103,
            GoodDeal=0x0104,
            BadDeal=0x105,
           
           
            //Arbitrator 0x0200~0x02FF
            ArbitratorName=0x0200,
            ArbitratorDescription=0x0201,
            ArbitrationAmount=0x202
           
        };

2.单独的加密传输协议,
3.加密仲裁协议,

很快就可以看见测试版本了;
 

2
中文 (Chinese) / 去中心化淘宝-天街简介
« on: May 10, 2017, 02:23:36 pm »
项目名:
           天街     
实现功能:
           1.实现去中心化买卖商品的功能(包含链上资产和链下资产)。
           2.争议仲裁功能。
           3.交易评价。
           4.包含core程序和GUI。
           
是否是新链:
         不是新链,是BTS链上的功能。

是否申请Worker:
        申请Worker。

开发周期:
        1.C++ 1~4周。
        2.GUI  1~4周。
        3.测试 4~8周。
       

开发进度:
       1.Core完成20%。

开发者:
       多人,兼职




Pages: [1]