Skip to content

Swift implementation of Bitcoin BIP39: Mnemonic code for generating deterministic keys

License

Notifications You must be signed in to change notification settings

OnerootProject/Mnemonic

Repository files navigation

Mnemonic

Build Status Carthage Compatible

Swift implementation of Bitcoin BIP39: Mnemonic code for generating deterministic keys.

Requirements

  • iOS 8.0+ / macOS 10.10+ / tvOS 9.0+ / watchOS 2.0+
  • Xcode 8.3+
  • Swift 3.1+

Installation

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 Mnemonic into your Xcode project using Carthage, specify it in your Cartfile:

github "OnerootProject/Mnemonic"

Run carthage update to build the framework and drag the built Mnemonic.framework into your Xcode project.

About

Swift implementation of Bitcoin BIP39: Mnemonic code for generating deterministic keys

Resources

License

Stars

Watchers

Forks

Packages

No packages published