# 开源项目
开源社区 github.com/gxchain (opens new window)
- 主链核心gxb-core
- GXChain 核心模块
- github.com/gxchain/gxb-core (opens new window)
- 轻钱包
- 手机钱包
- GXChain资产管理手机端
- github.com/gxchain/gxchain-wallet (opens new window)
- 区块浏览器
- 区块查询,交易查询,账户查询,资产查询
- github.com/gxchain/gxb-explorer (opens new window)
- Mainnet:https://block.gxb.io (opens new window)
- Testnet:https://testnet.explorer.gxchain.org (opens new window)
- 主链客户端
- 主链交互Client,封装了账户注册,转账,区块查询等常用API
- Java: github.com/gxchain/gxclient-java (opens new window)
- Node: github.com/gxchain/gxclient-node (opens new window)
- iOS: github.com/gxchain/gxclient-ios (opens new window)
- PHP: github.com/gxchain/gxclient-php (opens new window)
- C#: github.com/gxchain/gxclient-csharp (opens new window)
- Go: github.com/gxchain/gxclient-go (opens new window)
- BaaS SDK
- 基于GXChain的数据存储+存证SDK
- Java: github.com/gxchain/baas-sdk-java (opens new window)
- Node: github.com/gxchain/baas-sdk-node (opens new window)
- DES SDK
- 智能合约
- 基于GXChain的智能合约开发工具集
- 合约编译服务: github.com/gxchain/gxx-server (opens new window)
- IDE: github.com/gxchain/gxchain-alpha (opens new window)
- 提案
开源社区 github.com/BEPAL (opens new window)
- 手机钱包SDK(底层)
- BIP44密语推导、交易构造、合约调用、投票、创建与更新账户
- github.com/bepal/bepalcore-java (opens new window)
- github.com/bepal/bepalcore-oc (opens new window)