Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sjors/nthkey-ios
Your iOs device in a Bitcoin multi-sig
https://github.com/sjors/nthkey-ios
bitcoin ios-app multisig psbt
Last synced: 3 months ago
JSON representation
Your iOs device in a Bitcoin multi-sig
- Host: GitHub
- URL: https://github.com/sjors/nthkey-ios
- Owner: Sjors
- License: mit
- Created: 2019-11-26T14:22:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T06:15:18.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T23:21:14.322Z (9 months ago)
- Topics: bitcoin, ios-app, multisig, psbt
- Language: Swift
- Homepage: https://nthkey.com
- Size: 12.5 MB
- Stars: 17
- Watchers: 6
- Forks: 7
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Nth Key for iOs [![Build Status](https://travis-ci.org/Sjors/nthkey-ios.svg?branch=master)](https://travis-ci.org/Sjors/nthkey-ios)
Use your iOs device as part of a Bitcoin multi-signature setup.
Best used with [Specter Desktop](https://github.com/cryptoadvance/specter-desktop#specter-desktop).
Uses [LibWally](https://github.com/ElementsProject/libwally-core) via a
[Swift wrapper](https://github.com/Sjors/libwally-swift).## Build
Install dependencies:
```sh
brew install gnu-sed
```Install Ruby, e.g. using [RBenv](https://github.com/rbenv/rbenv):
```sh
rbenv install `cat .ruby-version`
bundle install
bundle exec pod install --verbose
```To preview documentation:
```sh
bundle exec jekyll server --incremental --source docs
```To get the simulator working directory, export your public key in Settings. The path is printed in the log.
## Usage
Download from the [App Store](https://apps.apple.com/us/app/nthkey/id1491367033) and follow the [tutorial](https://nthkey.com/tutorial).
## Known issues