https://github.com/lichuan/askcoin-client
askcoin android & ios client
https://github.com/lichuan/askcoin-client
askcoin blockchain cryptocurrency
Last synced: 12 months ago
JSON representation
askcoin android & ios client
- Host: GitHub
- URL: https://github.com/lichuan/askcoin-client
- Owner: lichuan
- Created: 2017-06-02T09:26:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-17T11:27:40.000Z (over 7 years ago)
- Last Synced: 2025-04-22T22:41:53.735Z (over 1 year ago)
- Topics: askcoin, blockchain, cryptocurrency
- Language: JavaScript
- Homepage: http://www.askcoin.me
- Size: 72 MB
- Stars: 6
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# askcoin app
## library
```
node 7.6:http://www.cnblogs.com/shuigu/p/6189226.html
react-native : https://reactnative.cn/docs/0.51/getting-started.html
```
## Ready to work
### install react-native or yarn
npm install -g react-native-cli or yarn
## Androd:
```
# clone
$git clone git@github.com:lichuan/askcoin-client.git askcoin
# install react native library
$cd askcoin-client/
$npm install or yarn install
### run app
```
$react-native run-android
```
##IOS:
```