https://github.com/elastos/elastos.sdk.wallet.c
https://github.com/elastos/elastos.sdk.wallet.c
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elastos/elastos.sdk.wallet.c
- Owner: elastos
- License: mit
- Created: 2018-11-21T07:30:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-26T02:40:08.000Z (almost 5 years ago)
- Last Synced: 2025-02-12T20:39:01.472Z (4 months ago)
- Language: C++
- Size: 261 KB
- Stars: 0
- Watchers: 27
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Elastos.SDK.Wallet.C
[Elastos.SDK.Wallet.C documentation](https://walletsdkc.readthedocs.io)
## Build on Ubuntu 64bit
### Check the required tools
Make sure your computer have installed the required packages below:
* [git](https://www.git-scm.com/downloads)
* [cmake](https://cmake.org/download)
* [wget](https://www.gnu.org/software/wget)### Build for linux
```shell
$ ./scripts/build.sh
```### Build for android
```shell
$ export ANDROID_NDK_HOME={your android ndk path}
$ ./scripts/build.sh -f Android
```## Build on Mac
### Build for ios simulator```shell
$ ./scripts/build.sh -f Android
```