An open API service indexing awesome lists of open source software.

https://github.com/webankblockchain/wecross-webapp

WeCross网页管理台
https://github.com/webankblockchain/wecross-webapp

Last synced: 3 months ago
JSON representation

WeCross网页管理台

Awesome Lists containing this project

README

          

![](docs/images/menu_logo_wecross.png)

# WeCross-WebApp

[![Latest release](https://img.shields.io/github/release/WeBankBlockchain/WeCross-WebApp.svg)](https://github.com/WeBankBlockchain/WeCross-WebApp/releases/latest) [![License](https://img.shields.io/github/license/WeBankBlockchain/WeCross-WebApp)](https://www.apache.org/licenses/LICENSE-2.0) [![Language](https://img.shields.io/badge/Language-Vue-blue.svg)](https://vuejs.org/index.html)

WeCross WebApp是[WeCross](https://github.com/WeBankBlockchain/WeCross)可视化跨链管理平台。

## 关键特性

- 跨链路由、跨链账户、跨链资源、跨链交易以及跨链事务的可视化管理
- 跨链网络信息以及跨链路由系统信息的获取和展示

## 部署与使用

WeCross跨链管理平台的部署和使用可参考[使用文档](https://wecross.readthedocs.io/zh_CN/latest/docs/manual/webApp.html)。

## 源码编译

**环境要求**:

- [node.js](https://nodejs.org/en/) 8.10及以上

**编译命令**:

```shell
# 初始化
npm install

# 编译及热重载
npm run dev

# 编译并最小化生产
npm run build:prod

# 使用lint修复代码
npm run lint
```

## 项目贡献

欢迎参与WeCross社区的维护和建设:

- 提交代码(Pull requests),可参考[代码贡献流程](CONTRIBUTING.md)以及[wiki指南](https://github.com/WeBankBlockchain/WeCross/wiki/%E8%B4%A1%E7%8C%AE%E4%BB%A3%E7%A0%81)
- [提问和提交BUG](https://github.com/WeBankBlockchain/WeCross/issues/new)

您将成为贡献者,感谢各位贡献者的付出:

https://github.com/WeBankBlockchain/WeCross-WebApp/graphs/contributors

## 开源社区

参与meetup:[活动日历](https://github.com/WeBankBlockchain/WeCross/wiki#%E6%B4%BB%E5%8A%A8%E6%97%A5%E5%8E%86)

学习知识、讨论方案、开发新特性:[联系微信小助手,加入跨链兴趣小组(CC-SIG)](https://wecross.readthedocs.io/zh_CN/latest/docs/community/cc-sig.html#id3)

## License

WeCross WebApp的开源协议为Apache License 2.0,详情参考[LICENSE](./LICENSE)。