编号139 Unifra Network-Decentralized Infra provider(L2评审通过)

项目名称

Unifra Network
*产品官方网站:https://console.unifra.io/login

项目介绍:
Unifra is a Web3 developer platform focused on simplifying blockchain development. We’ve built a suite of developer tools, enhanced APIs, and a superior node infrastructure to seamlessly build and run blockchain applications.

Unifra has a complete line of products for accelerating blockchain development. With the help of our tools, blockchain developers will focus on their applications and users rather than interacting with low-level blockchain integrations.

*更多详细介绍与安全性介绍:https://docs.unifra.io/

长期目标

  1. providing aws like service on blockchain while multichain by default
  2. build around conflux ecosystem and contribute to its ecosystem
  3. center around infra services, data services, and tooling

项目进度计划

项目于 2022 年 3月底启动,已经开发完成并进入beta testing阶段
预计于 2022 年 6月推出conflux链的支持以及payment system完善。
explorer,metamask登陆,数据服务模块,平台数据可视化。

项目成果

1、high availability, high performance architecture design while multi-chain by default.
2、完成去中心化数据服务架构设计结合zk-snark,正在构思申请相关发明专利。
3. data correctness的解决方案

申请人

adam

团队背景

团队负责人为阿里云,字节团队。,团队成员均来自海内外知名高校,具备丰富的产品研发及运营能力。

申请时间

2022 年 5 月 31 日

经费明细

L1 申请经费共 15k USDT
涵盖设计 / 开发成本、持续的服务器运维成本。同时infra类项目有固定的不低的服务器+运维开销。

是否开源
未来计划开源大部分模块。

产品及资料链接

官网 / 体验 / DApp 示例:https://console.unifra.io/login
Docs:https://docs.unifra.io/
论坛地址:https://discord.gg/2dRdt2Gb

L1 阶段验收标准

  1. 上线conflux rpc 服务。包括espace
  2. 支持访问数据统计,包括平均延迟,成功率,请求处理速度等。
  3. 支持访问详情访问,支持查看json请求内容。
  4. 完成 conflux 调用文档。
  5. NFT APi. a)获取到某个用户的所有NFT. b) 获取到nft 的metadata.
  6. notify支持conflux/espace

L2 阶段

  1. NFT功能完善:a)NFT Image Caching,b) NFT Transfer history,c). NFT contract metadata d) getNFTforCollections e) NFT query with filters
  2. enhanced api.
1 Like

感谢立项,项目申请已收到。评审会议预计安排在2022年6月12日,下午2点30分,请申请人安排时间并参与腾讯会议。如果有时间变动或者有时间调整的需求,请及时与社区技术委员会成员吴封tao联系。

1 Like

L1 评审通过,希望项目方再接再厉,为 Conflux 生态添上重彩的一笔

1 Like

有意思

你好 L1阶段已经全部完成。https://console.unifra.io/

cfx:aas7492fh3j1frw4s2xf34kcmprp0chrj6wpkb5d3h

非常好的项目,期待后续发展壮大

Conflux社区139号生态开源项目《Unifra Network》L1验收报告如下:

链接:https://pan.baidu.com/s/1k_a1j5JT_983t87VQ7g0Lg
提取码:vc9y

附件:
链接:https://pan.baidu.com/s/1SbvM8sqKMsH5vJxoSvs5Zg
提取码:kn6o

项目成果(L1阶段)

1、2022年8月迄今, 总请求数超过6亿, 月均请求数约8600万次, 其中Cfx-espace请求数占比27.8%, Conflux-espace-public占比71.9%.

2、high availability, high performance architecture design while multi-chain by default.

3、完成去中心化数据服务架构设计结合zk-snark,正在构思申请相关发明专利。

  1. data correctness的解决方案

L2 阶段

L2 申请经费共 20k USDT

涵盖设计 / 开发成本、持续的服务器运维成本。同时infra类项目有固定的不低的服务器+运维开销。承诺运维时间:半年

  1. espace NFT功能支持 a) NFT Transfer history,b) NFT contract metadata c) getNFTforCollections d) NFT query with filters
  2. ETL开源组件。
  3. RPC service for core and espace.
  4. public endpoint for core and espace .

项目进度计划

项目于 2022 年 3月底启动,已经开发完成并进入beta testing阶段

   于 2022 年 6月推出conflux链的支持以及payment system完善。

explorer,metamask登陆,数据服务模块,平台数据可视化。

计划于2023年4月推出espace NFT功能支持、ETL开源组件, 及RPC、public endpoint相关服务。

您好,我能和您沟通下吗?

跟unifra?可以。tg:gfw1997, email: [email protected]

您好,你可以私信我

感谢立项,项目申请已收到。评审会议预计安排在2022年3月26日,下午2点30分,请申请人安排时间并参与腾讯会议。如果有时间变动或者有时间调整的需求,请及时与社区技术委员会成员吴封tao联系

产品相关的Functional Module:

  1. espace NFT功能支持

    1. a) NFT Transfer history,
      1. url pattern: {host}/nft-api/getTransferHistory
      2. parameters: Address
      3. return data schema: [] array ( from, to, timestamp, contractAddress.)
    2. b) NFT contract metadata
      1. url pattern: {host}/nft-api/getContractMetadata
      2. parameters: contractAddress
      3. return data schema: address, contractMetadata(name,symbol,totalSupply,tokenType)
    3. c) getNFTforCollections
      1. url pattern: {host}/nft-api/getNFTsForCollection
      2. parameters: contractAddress
      3. return data schema: address, id, title, address, address, contractMetadata, timeLastUpdated
    4. d) NFT query with filters by attributes
      1. url pattern: {host}/nft-api/getNFTsByattributes
      2. parameters: [] array ( shcema: attribute_name, attribute_values array)
      3. return data schema: [] array (schema:contract, id, balance , title, description, uri, metadata, tokenUri), total_count .
  2. ETL开源组件。

    1. compatible with ethereum-etl tools.
  3. RPC service for core and espace.

    1. core url: https://cfx-core.unifra.io/v1/{your-api-key}
    2. espace url: https://cfx-espace.unifra.io/v1/{your-api-key}
  4. public endpoint for core and espace .

    1. core url : conflux-core-public.unifra.io
    2. espace url: conflux-espace-public.unifra.io
    3. qps: core network 50qps. espace network 50qps. total 100qps.
    4. monthly quota: no limit
1 Like

相关功能报价表请参考

L2评审通过,请项目方再接再励,继续build!

1 Like