Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PFP32 墨客应用链浏览器开发 #51

Closed
gwang74 opened this issue Nov 25, 2019 · 6 comments
Closed

PFP32 墨客应用链浏览器开发 #51

gwang74 opened this issue Nov 25, 2019 · 6 comments
Labels

Comments

@gwang74
Copy link

gwang74 commented Nov 25, 2019

开发墨客应用链浏览器,便于查询应用链相关信息,包括通用类、充提类、交易类和业务类信息。
基于墨客Client Nuwa v1.0.11

开发目标
工作量预估(天)
功能模块
详细功能 备注
信息展示 应用链基本信息展示 应用链相地址、owner、区块高度以及收益相关信息 10
信息查询 地址查询 支持查询充提类、交易类和业务类信息
支持AST和ASM两种应用链
支持条件过滤显示,例如日期过滤显示
使用Mongo DB存储数据
50
哈希查询
开发小记(人/天) 60
审计 5
总计(人/天) 65
@lospringliu
Copy link
Collaborator

@gwang74 , 这个要把文档写清楚, 审计的一个要求是能按照文档搭出环境

@lospringliu
Copy link
Collaborator

子链是去中心化的, 相关信息如何获得?

@gwang74
Copy link
Author

gwang74 commented Dec 3, 2019

会写一个项目使用文档的,审计的过程如果有疑问也会做相应修改,保证项目的易用性。
子链的相关信息主要是通过monitor节点的rpc接口获取的。
@lospringliu

@foreso-GitHub foreso-GitHub added in progress/进行中 in progress and removed Waiting for review/等待投票 Something isn't working labels Dec 16, 2019
@gwang74
Copy link
Author

gwang74 commented Mar 2, 2020

已完成,项目地址:https://github.com/HFJingchuang/MOAC_AppChain_Explorer
测试查看地址:http://explorer.zcold.top
另需要审计一名

@abellq
Copy link

abellq commented Mar 28, 2020

  1. 建立一个测试网子链;
  2. SCS监视器的启动参数必须是:rpc,不能rpcdebug;
  3. 安装sails时候,附带需要安装 Microsoft Visual C++ ,并且版本要和Node想匹配。
    4.. 在运行同步命令(sails run sync-micro-chain)或者 启动服务(npm run start)时候有可能会出现超时,多重复几次执行可以解决;
  4. 安装运行 micro-chain-explore 相关命令,成功后,打开:http://localhost:8080 可以看到MOAC应用链的浏览器了,在子链上转账,部署合约等都可以在浏览器查询得到;
  5. 打开: http://localhost:1337 可以再加API的router可以得到相关数据;

经测试后一切正常运行。

@AnFengDe
Copy link
Collaborator

@AnFengDe AnFengDe added Paid/已付 Good for newcomers and removed in progress/进行中 in progress labels Mar 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants