[BREAKGLASS] Append-only mirror of github.com/signalapp/MobileCoin-Swift
Go to file
Adam Mork 41a8204020
Update base64 for the Trust Root Cert (#78)
* update the base64 for the trustRoot - isrgrootx1

* update code comment

* use testNet
2021-10-15 16:19:26 -07:00
.circleci v1.2.0-pre0 - Network Robustness, Fog 1.2.0, Apple Silicon/M1 & Mac Catalyst, LibMobileCoin v1.2.0-pre1 (#73) 2021-09-16 21:15:20 -07:00
.github Big bang 2021-03-15 22:58:02 -10:00
Example Fix GRPC error with TLS Certs. Remove hard-coded .http in one unit test. (#74) 2021-09-17 03:29:39 -07:00
Sources Fix GRPC error with TLS Certs. Remove hard-coded .http in one unit test. (#74) 2021-09-17 03:29:39 -07:00
Tests Update base64 for the Trust Root Cert (#78) 2021-10-15 16:19:26 -07:00
Vendor v1.2.0-pre0 - Network Robustness, Fog 1.2.0, Apple Silicon/M1 & Mac Catalyst, LibMobileCoin v1.2.0-pre1 (#73) 2021-09-16 21:15:20 -07:00
.gitignore Big bang 2021-03-15 22:58:02 -10:00
.gitmodules Big bang 2021-03-15 22:58:02 -10:00
.jazzy.yaml [SWIFT-167] Implement use of dynamic fees (#29) 2021-05-10 18:16:29 -07:00
.swiftlint.yml Remove trailing whitespace (#6) 2021-03-18 19:44:54 -07:00
CHANGELOG.md Bump version to 1.1.0 (#40) 2021-06-10 12:16:44 -07:00
CLA.md Big bang 2021-03-15 22:58:02 -10:00
CONTRIBUTING.md Big bang 2021-03-15 22:58:02 -10:00
Gemfile Big bang 2021-03-15 22:58:02 -10:00
Gemfile.lock v1.2.0-pre0 - Network Robustness, Fog 1.2.0, Apple Silicon/M1 & Mac Catalyst, LibMobileCoin v1.2.0-pre1 (#73) 2021-09-16 21:15:20 -07:00
LICENSE Big bang 2021-03-15 22:58:02 -10:00
LICENSE.md Big bang 2021-03-15 22:58:02 -10:00
Makefile Bump version to 1.1.0-pre2 (#31) 2021-05-10 19:51:37 -07:00
MobileCoin.podspec Fix GRPC error with TLS Certs. Remove hard-coded .http in one unit test. (#74) 2021-09-17 03:29:39 -07:00
README.md Update README (#55) 2021-10-15 15:04:16 -07:00
TERMS-OF-USE.md Update TERMS-OF-USE.md (#58) 2021-08-17 18:37:23 -07:00

MobileCoin logo

CircleCI Documentation

MobileCoin Swift

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

Sending your First Payment

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.