Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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