# Clients
# Cli
We introduced how to download and install in Getting started with GXChain
After the command line wallet cli_wallet waits for the node synchronization to complete, start the command line wallet in the root directory. Click to cli_wallet Introduce
# Light Wallet
| Client | Link | Github |
|---|---|---|
| PC | Mainnet (opens new window)Testnet (opens new window) | gxchain/gxb-light (opens new window) |
| Mobile | Download (opens new window) | gxchain/gxs-wallet (opens new window) |
# GXClient
To conveniently call gxchain api, we encapsulated gxclient and implements the following functions:
- [x] KeyPair generation (opens new window)
- [x] Get chain (opens new window)
- [x] Account (opens new window)
- [x] Asset (opens new window)
- [x] Contract (opens new window)
| Client | Link |
|---|---|
| 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) |
TIPS
Commit Feature Request and Pull Request to contribute more methods Feature Request (opens new window)和Pull Request (opens new window)