Coder Social home page Coder Social logo

mathwallet / neo-swift Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cityofzion/neo-swift

0.0 3.0 1.0 56.5 MB

Swift Wrapper for Neo Blockchain API

License: MIT License

Dockerfile 0.07% Swift 81.73% Shell 1.15% Ruby 2.92% C 0.13% Objective-C 6.61% JavaScript 7.25% CSS 0.14%

neo-swift's Introduction

neo-swift

Swift SDK for the NEO blockchain.

What is neo-swift

  • A swift client for interacting with a node on the NEO blockchain.
  • Written in Swift4 and using Xcode10
  • Primarily meant to be the SDK for iOS and macOS wallet software.
  • Underlying cryptographic methods compiled into frameworks via go-mobile.
  • iOS framework
  • underlying go code

Current Status

  • Implements read operations of neo blockchain
  • Allows for send asset transactions

Supported Methods

    enum RPCMethod: String {
        case getBlockCount = "getblockcount"
        case sendTransaction = "sendrawtransaction"
        case invokeContract = "invokescript"
        case getMemPool = "getrawmempool"
    }

Things in the pipleine

  • Cocoapods, and SPM support
  • NEP2 Support
  • Use cases
  • Documentation
  • Other transaction types
  • Better management of dependencies
  • Improved Node/Network Selection

Carthage

Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.

You can install Carthage with Homebrew using the following command:

$ brew update
$ brew install carthage

To integrate NeoSwift into your Xcode project using Carthage, specify it in your Cartfile:

github "CityOfZion/neo-swift" => 1.0

Run carthage update to build the framework and drag the built neo-swift.framework into your Xcode project.

Quick Start

Clone the repo and open the project in xcode and run all tests in NeoSwiftTests.swift

Help

  • Open a new issue for any problems.
  • Send a message to @Koba on the NEO Discord.
  • If there's a feature you'd like to see included feel free to drop me a line or submit a pull request

License

neo-swift's People

Contributors

ricardoak25 avatar saltyskip avatar apisit avatar lm2s avatar jaumevn avatar

Watchers

Eric Yu avatar James Cloos avatar  avatar

Forkers

terrorizer1980

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.