1b User Story2a Discussion Needed3a Requestgood first issue
仓库指标
- 星标
- (1,184 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
User Story
As an interested party I want to view a website displaying all seed nodes and public API server nodes on a world map based on IP that comprise the BitShares network so that I may visualization the node distribution and node type.
The required node data must include nodes listed here:
- Seed nodes from -core: /libraries/app/application.cpp
vector<string> seeds - API Server nodes from -ui: /app/api/apiConfig.js
WS_NODE_LIST
Impacts
- Other: External Perception
Additional Context This request is not really "Core" related, but serves the community. The solution developed must be MIT licensed.
Extra Credit for a solution that collects and display other public nodes on the P2P network.
CORE TEAM TASK LIST
- Evaluate / Prioritize Feature Request
- Refine User Stories / Requirements
- Define Test Cases
- Design / Develop Solution
- Perform QA/Testing
- Update Documentation