Go to file
keefertaylor 64c53753ce Configure MnemonicKitTests for running 2018-10-28 18:54:26 +00:00
CKMnemonic Deleting some more straggler files 2018-10-28 18:15:54 +00:00
MnemonicKit.xcodeproj Configure MnemonicKitTests for running 2018-10-28 18:54:26 +00:00
MnemonicKit.xcworkspace Pod install 2018-10-28 18:44:37 +00:00
MnemonicKitTests Create a test scheme. 2018-10-28 18:51:49 +00:00
Pods Pod install 2018-10-28 18:53:52 +00:00
Sources Add language files 2018-10-28 18:45:56 +00:00
.gitignore Update gitignore 2018-10-28 17:58:10 +00:00
.slather.yml Blowing away a bunch of infrastructure in preparation to regerenate it all. 2018-10-28 18:10:10 +00:00
.swift-version for swift4 2017-10-20 11:23:19 +08:00
.travis.yml Blowing away a bunch of infrastructure in preparation to regerenate it all. 2018-10-28 18:10:10 +00:00
CKMnemonic.podspec for cocoapods 2017-10-20 11:40:34 +08:00
Gemfile Fixing gemfile 2018-10-28 18:36:45 +00:00
LICENSE Initial commit 2017-07-24 21:59:55 +08:00
Podfile Enable testing target 2018-10-28 18:52:46 +00:00
Podfile.lock Pod install 2018-10-28 18:53:52 +00:00
README.md Update README 2018-10-28 17:55:42 +00:00
codecov.yml Blowing away a bunch of infrastructure in preparation to regerenate it all. 2018-10-28 18:10:10 +00:00

README.md

MnemonicKit     Build Status     codecov

An implementation of BIP39 in Swift.

This library is originally forked from CKMnemonic: https://github.com/CikeQiu/CKMnemonic. Modifications are made for non-throwing APIs and support on OSX as well as iOS. Credit for most of this work is given to work_cocody@hotmail.com, qiuhongyang@askcoin.org.

Installation

CocoaPods

TezosKit supports installation via CocoaPods. You can depened on MnemonicKit by adding the following to your Podfile:

pod "MnemonicKit", :git => 'https://github.com/keefertaylor/MnemonicKit.git'

Usage

TODO: Write this

Contributions

I am happy to accept pull requests. If anyone is able to reach the original authors of CKMnemonic, I am happy to merge this library upstream with them.

License

MIT