Skip to content

Sample app for integrating Cybavo Wallet App SDK for iOS

License

Notifications You must be signed in to change notification settings

milochen0418/ios_wallet_sdk_sample

Repository files navigation

CYBABO Wallet APP SDK for iOS - Sample

Sample app for integrating Cybavo Wallet App SDK, https://www.cybavo.com/wallet-app-sdk/

Institutional-grade security for your customers

Protect your customers’ wallets with the same robust technology we use to protect the most important cryptocurrency exchanges. CYBAVO Wallet App SDK allows you to develop your own cryptocurrency wallet, backed by CYBAVO private key protection technology.

Mobile SDK

Use CYBAVO Wallet App SDK to easily develop secure wallets for your users without having to code any cryptography on your side. Our SDK allows you to perform the most common operations, such as creating a wallet, querying balances and executing cryptocurrency payments.

Secure key management system

Key management is the most critical part of cryptocurrency storage. CYBAVO Wallet App SDK makes our robust private key storage system available to all of your users. Our unique encryption scheme and a shared responsibility model offers top notch protection for your customer’s keys.

CYBAVO Security Cloud

Cryptocurrency transactions performed by wallets developed with CYBAVO Wallet App SDK will be shielded by our Security Cloud, ensuring their integrity.

Complete solution for cryptocurrency wallets

Cost saving

Leverage your in-house developing team and develop mobile cryptocurrency apps without compromising on security.

Fast development

Quickly and easily develop cryptocurrency applications using mobile native languages, without having to worry about cryptographic code.

Full Node maintenance

Leverage CYBAVO Wallet App SDK infrastructure and avoid maintaining a full node for your application.

Feel free to contact us for product inquiries or mail us: info@cybavo.com

CYBAVO

A group of cybersecurity experts making crypto-currency wallet secure and usable for your daily business operation.

We provide VAULT, wallet, ledger service for cryptocurrency. Trusted by many exchanges and stable-coin ico teams, please feel free to contact us when your company or business need any help in cryptocurrency operation.

Run the demo app

  1. In ~/.ssh/ create a file called config with contents based on this:
    Host bitbucket.org
    HostName bitbucket.org
    User git
    IdentityFile ~/.ssh/{{your private key}}
    
  2. Edit Podfile, Replace source 'https://bitbucket.org/cybavo/Specs.git' with
  • https://bitbucket.org/cybavo/Specs.git if using Xcode 10.1
  • https://bitbucket.org/cybavo/Specs_501.git if using Xcode 10.2.1
  1. Run pod install to install all dependencies.
  2. Open CYBAVOWallet.xcworkspace in xcode.
  3. Edit Settings.bundle/Root.plistSERVICE_ENDPOINT to your Wallet Service endpoont. (or edit it later in Settings)
  4. Edit Settings.bundle/Root.plistSERVICE_API_CODE to fill in your API Code. (or edit it later in Settings)
  5. Edit AppDelegate.swiftMY_GOOGLE_SIGN_IN_WEB_CLI_ID to your Google sign-in client ID
  6. Now you can run it on your device!

Initialization in your app

Add the following code to your AppDelegate.swift file.

    func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
       
        WalletSdk.shared.endPoint = <Your endpoint url>
        WalletSdk.shared.apiCode = <Your API code>

        return true
    }

Features

  • Sign in / Sign up with 3rd-party account system - Google Account
  • Wallet Creation / Editing
  • Wallet Deposit / Withdrawal
  • Transaction History query
  • PIN Code configuration: Setup / Change / Recovery

About

Sample app for integrating Cybavo Wallet App SDK for iOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •