# MobileBlockchainPlatform **Repository Path**: mc6g/MobileBlockchainPlatform ## Basic Information - **Project Name**: MobileBlockchainPlatform - **Description**: 移动通信区块链平台 - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2023-01-10 - **Last Updated**: 2023-10-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 移动通信区块链平台 ## 1.介绍 1. 基于当下流行的联盟链fabric开发,开发方便快捷,可维护性较高。 2. 我们自己开发了fabric-explorer页面,可视化的查询区块链运行状态和数据。 3. 部署了移动通信相关的智能合约。 区块链共16个节点 - 3个排序节点 - 4个ca节点 - 9个peer节点 fabric-explorer是唯一的对外的服务,可以提供浏览器访问和api接口。 数据库使用mongodb。 ## 2.开发环境 #### 后台 go语言1.18 mongodb fabric2.4.3 #### 前台 node.js v16 vue3.0 ## 3.使用 1. 配置好fabric区块链,详见 https://edu.gitee.com/HUST_blockchain/projects/408751/docs/1008542/file/2772828/preview 2. 更改配置文件config/config.yaml 3. 更改mongodb配置tools/mongodb_tools.go 4. 启动 go run main.go ## 4.平台架构 ![image-20230110115228753](https://gitee.com/Oracion/typora_images/raw/master/fabric/image-20230110115228753.png) ## 5.页面展示 首页 ![image-20230110122758528](https://gitee.com/Oracion/typora_images/raw/master/fabric/image-20230110122758528.png) 交易页 ![20230110122855830](https://gitee.com/Oracion/typora_images/raw/master/fabric/image-20230110122855830.png) 链码页 ![image-20230110122758528](https://gitee.com/Oracion/typora_images/raw/master/fabric/image-20230110122908187.png) ## 6.未来的发展 1. 接入物联网设备,比如树莓派等。 2. 将区块链平台开放给其他同学和老师,让更多的人可以参与区块链的开发中。 3. 将区块链平台和移动通信结合的更加紧密。