Our framework is written in Swift 4 and is designed to work with the blockchain Golos.io
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
Give examples
CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:
$ gem install cocoapods
To integrate Alamofire into your Xcode project using CocoaPods, specify it in your Podfile
:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!
target '<Your Target Name>' do
pod 'GoloSwift', :git => "https://github.com/Monserg/GoloSwift.git"
end
Then, run the following command in Terminal
:
$ pod update 'GoloSwift'
Explain how to run the automated tests for this system
Explain what these tests test and why
Give an example
Explain what these tests test and why
Give an example
Add additional notes about how to deploy this on a live system
*Starscream - Websockets in swift for iOS and OSX *BeyovaJSON - BeyovaJSON allows any json for Coadable in Swift 4 *Locksmith - A powerful, protocol-oriented library for working with the keychain in Swift *Localize-Swift - Swift friendly localization and i18n with in-app language switching *CryptoSwift - CryptoSwift is a growing collection of standard and secure cryptographic algorithms implemented in Swift *secp256k1.swift - secp256k1 bindings for Swift
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Monastyrskyi Sergey - Initial work - Monserg
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone who's code was used
- Inspiration
- etc