# 客户端
# 命令行钱包
在快速开始中,我们介绍了如何下载节点安装程序。
命令行钱包cli_wallet
等待节点同步完成后,在根目录下启动命令行钱包,点击查看命令行钱包教程
# 轻钱包
客户端 | 链接 | 开源地址 |
---|---|---|
网页钱包 | 主网 (opens new window)/测试网 (opens new window) | gxchain/gxb-light (opens new window) |
手机钱包(推荐使用布洛克城) | 点击下载 (opens new window) | gxchain/gxs-wallet (opens new window) |
# GXClient
为了方便开发者在程序中调用gxchain api,我们封装了gxclient并实现了以下几个类型的功能:
- [x] 生成公私钥对 (opens new window)
- [x] 获取链信息 (opens new window)
- [x] 账户相关 (opens new window)
- [x] 资产相关 (opens new window)
- [x] 智能合约相关 (opens new window)
客户端 | 链接 |
---|---|
gxclient-node | gxchain/gxclient-node (opens new window) |
gxclient-ios | gxchain/gxclient-ios (opens new window) |
gxclient-java | gxchain/gxclient-java (opens new window) |
gxclient-php | gxchain/gxclient-php (opens new window) |
gxclient-c# | gxchain/gxclient-c# (opens new window) |
更多的方法在添加中,欢迎提交Feature Request (opens new window)和Pull Request (opens new window)
← 快速开始 API Reference →