the-real-adammork / MobileCoin-Swift

SDK for communicating with the MobileCoin network in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MobileCoin logo

CircleCI Documentation

MobileCoin Swift

MobileCoin is a privacy-preserving payments network designed for use on mobile devices.

Sending your First Payment

  • You must read and accept the Terms of Use for MobileCoins and MobileCoin Wallets to use MobileCoin Software.
  • Please note that currently, MobileCoin Wallets are not available for download or use by U.S. persons or entities, persons or entities located in the U.S., or persons or entities in other prohibited jurisdictions.

Note to Developers

  • MobileCoin is a prototype. Expect substantial changes before the release.
  • Please see CONTRIBUTING.md for notes on contributing bug reports and code.

Table of Contents

License

MobileCoin is available under open-source licenses. Please read the LICENSE.md and corresponding LICENSE.

Cryptography Notice

This distribution includes cryptographic software. Your country may have restrictions on the use of encryption software. Please check your country's laws before downloading or using this software.

Repository Structure

Directory Description
Example Example application.
Sources Sources for the MobileCoin Swift SDK.
Tests Tests.
Vendor iOS Artifacts.

Build Instructions

The workspace can be built with make.

  1. Initialize or update submodules

    git submodule update --init --recursive
    
  2. Install Ruby

  3. Install the gem bundler

    gem install bundler
    
  4. Build the MobileCoin Swift SDK

    make
    

Note: To build libmobilecoin, run make in libmobilecoin-ios-artifacts.

Overview

MobileCoin is a payment network with no central authority. The fundamental goal of the network is to safely and efficiently enable the exchange of value, represented as fractional ownership of the total value of the network. Like most cryptocurrencies, MobileCoin maintains a permanent and immutable record of all successfully completed payments in a blockchain data structure. Cryptography is used extensively to establish ownership, control transfers, and to preserve cash-like privacy for users.

For more information about the cryptocurrency, see MobileCoinFoundation/MobileCoin.

Support

For troubleshooting help and other questions, please visit our community forum.

You can also open a technical support ticket via email.

Trademarks

MobileCoin is a registered trademark of MobileCoin Inc.

About

SDK for communicating with the MobileCoin network in Swift

License:GNU General Public License v3.0


Languages

Language:Swift 98.7%Language:Ruby 1.0%Language:Makefile 0.4%