Giter Club home page Giter Club logo

thoughtwallet-ios's Introduction

Dash Wallet

Build Status License Platform

Dash Wallet logo

Dash Wallet (breadwallet fork) is a real standalone Dash client. There is no server to get hacked or go down, so you can always access your money. Using SPV mode, Dash Wallet connects directly to the Dash network with the fast performance you need on a mobile device. Dash Wallet is designed to protect you from malware, browser security holes, even physical theft. With AES hardware encryption, app sandboxing, keychain and code signatures, Dash Wallet represents a significant security advantage over web and desktop wallets, and other mobile platforms. Simplicity is Dash Wallet’s core design principle. A simple backup phrase is all you need to restore your wallet on another device if yours is ever lost or broken. Because Dash Wallet is deterministic, your balance and transaction history can be recovered from just your backup phrase.

Features

Download

Download on the AppStore

Getting Started

To run Dash Wallet iOS app on your device or simulator clone the repo and make sure you installed needed Requirements. Then run pod install in the cloned directory. Open DashWallet.xcworkspace in Xcode and run the project.

Requirements

  • Xcode 11
  • Dependency manager CocoaPods. Install via gem install cocoapods

DashPay Requirements

Currently, DashPay wallet is under active development so it requires a few additional steps to make it work.

  1. Clone DashSync and dapi-grpc repositories:
    git clone https://github.com/dashevo/dashsync-iOS.git DashSync
    git clone https://github.com/dashevo/dapi-grpc.git dapi-grpc

To simplify developing process we use local podspec dependencies and it's important to preserve the following folder structure:

../DashSync/
../dapi-grpc/
../dashwallet-ios/
  1. Install protobuf and grpc: brew install protobuf grpc

  2. Install last version of rust: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

  3. Install cmake and make sure it is located in one of the following folders: ${PLATFORM_PATH}/Developer/usr/bin, ${DEVELOPER}/usr/bin:/usr/local/bin, /usr/bin, /bin, /usr/sbin, /sbin, /opt/homebrew/bin

  4. Run pod install in the wallet directory.

Optional Requirements

Objective-C Related

  • Formatting tools: clang-format. Install via brew install clang-format.

Swift Related

Localization

  • Localized files helper tool BartyCrouch. Install via brew install bartycrouch.

Contribution Guidelines

We use Objective-C for developing iOS App and underlying DashSync library and Swift for the Watch App.

General information on developing conventions you can find at Apple Developer Portal. For more specific Objective-C guidelines we stick with NYTimes Objective-C Style Guide.

Our code style is enforced by clang-format and SwiftFormat / SwiftLint.

Documentation

Official Dash documentation is available here.

URL Schemes

For more information follow this documentation page.

WARNING

Installation on jailbroken devices is strongly discouraged.

Any jailbreak app can grant itself access to every other app's keychain data and rob you by self-signing as described here and including <key>application-identifier</key><string>*</string> in its .entitlements file.

License

Dash Wallet is available under the MIT license. See the LICENSE file for more info.

thoughtwallet-ios's People

Contributors

podkovyrin avatar quantumexplorer avatar voisine avatar tikhop avatar samuraisam avatar pankcuf avatar tsunglintsai avatar syn-mcj avatar hadia avatar acorscadden avatar keo avatar kirvx avatar pastapastapasta avatar jmacwhyte avatar gigq avatar benhc123 avatar dalibran avatar eduresende avatar magicwave avatar fabianfabian avatar michk-m avatar andxn avatar udjinm6 avatar

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.