An open API service indexing awesome lists of open source software.

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

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:
```