Monserg / GoloSwift

Swift framework for work with blockchain Golos.io

Home Page:https://golos.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoloSwift

Our framework is written in Swift 4 and is designed to work with the blockchain Golos.io

Getting Started

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.

Prerequisites

What things you need to install the software and how to install them

Give examples

Installing

CocoaPods

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'

Running the tests

Explain how to run the automated tests for this system

Break down into end to end tests

Explain what these tests test and why

Give an example

And coding style tests

Explain what these tests test and why

Give an example

Deployment

Add additional notes about how to deploy this on a live system

Built With

*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

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Monastyrskyi Sergey - Initial work - Monserg

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone who's code was used
  • Inspiration
  • etc

About

Swift framework for work with blockchain Golos.io

https://golos.io/

License:MIT License


Languages

Language:Swift 97.5%Language:Ruby 1.8%Language:Objective-C 0.7%