https://github.com/dashpay/dashsync-ios
Blockchain Dash framework for iOS
https://github.com/dashpay/dashsync-ios
frontend mobile
Last synced: about 1 year ago
JSON representation
Blockchain Dash framework for iOS
- Host: GitHub
- URL: https://github.com/dashpay/dashsync-ios
- Owner: dashpay
- License: mit
- Created: 2018-03-05T06:48:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-28T09:22:28.000Z (about 1 year ago)
- Last Synced: 2025-04-30T06:46:02.613Z (about 1 year ago)
- Topics: frontend, mobile
- Language: Objective-C
- Size: 32.5 MB
- Stars: 16
- Watchers: 14
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DashSync - iOS

[](http://cocoapods.org/pods/DashSyncPod)
[](https://github.com/dashpay/dashsync-iOS/blob/master/LICENSE)
[](https://github.com/dashpay/dashsync-iOS)

| Branch | Tests | Coverage | Linting |
|--------|--------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------|
| master | [](https://github.com/dashpay/dashsync-iOS/actions) | [](https://codecov.io/gh/dashevo/dashsync-iOS) |  |
## Example
### Requirements
- Install last version of rust:
`curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
- Install protobuf and grpc:
`brew install protobuf grpc`
- Install cmake and make sure it is located in one of the following folders: `${PLATFORM_PATH}/Developer/usr/bin, ${DEVELOPER}/usr/bin:/usr/local/bin, /usr/bin, /bin, /usr/sbin, /sbin, /opt/homebrew/bin`
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Installation
DashSyncPod is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod 'DashSyncPod'
```
## Contributing
Please abide by the [Code of Conduct](CODE_OF_CONDUCT.md) in all interactions.
Before contributing to the project, please take a look at the [contributing guidelines](CONTRIBUTING.md)
and the [style guide](STYLE_GUIDE.md).
To get more active, join the Dash developer community (recommended) at [Discord](https://discord.com/channels/484546513507188745/614505310593351735) or jump onto the [Forum](https://www.dash.org/forum/).
Learn more by reading the code and our [specifications](https://dashcore.readme.io/docs) or go deeper by reading our [Dash Improvement Proposals](https://github.com/dashpay/dips).
## Author
quantumexplorer, quantum@dash.org
## License
DashSyncPod is available under the MIT license. See the LICENSE file for more info.