{"id":29148789,"url":"https://github.com/anquii/bip39userflow","last_synced_at":"2025-06-30T22:07:37.853Z","repository":{"id":142222856,"uuid":"570591747","full_name":"anquii/BIP39UserFlow","owner":"anquii","description":"An implementation of a customizable anquii/BIP39 user flow in Swift","archived":false,"fork":false,"pushed_at":"2023-12-30T20:34:03.000Z","size":555,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-12-30T21:59:38.589Z","etag":null,"topics":["bip39","bitcoin","ios","macos","mnemonic","swift","swift-package","swift-package-manager"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anquii.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-11-25T15:03:47.000Z","updated_at":"2023-02-19T17:00:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"bb94af20-9ed6-482a-9581-0e91f0dfcec2","html_url":"https://github.com/anquii/BIP39UserFlow","commit_stats":null,"previous_names":[],"tags_count":3,"template":null,"template_full_name":null,"purl":"pkg:github/anquii/BIP39UserFlow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anquii%2FBIP39UserFlow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anquii%2FBIP39UserFlow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anquii%2FBIP39UserFlow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anquii%2FBIP39UserFlow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anquii","download_url":"https://codeload.github.com/anquii/BIP39UserFlow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anquii%2FBIP39UserFlow/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262857295,"owners_count":23375493,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bip39","bitcoin","ios","macos","mnemonic","swift","swift-package","swift-package-manager"],"created_at":"2025-06-30T22:07:34.397Z","updated_at":"2025-06-30T22:07:37.837Z","avatar_url":"https://github.com/anquii.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BIP39UserFlow\n\n[![Platform](https://img.shields.io/badge/Platforms-%20iOS-blue)](#platforms)\n[![Swift Package Manager compatible](https://img.shields.io/badge/SPM-compatible-orange)](#swift-package-manager)\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/anquii/BIP39UserFlow/blob/main/LICENSE)\n\nAn implementation of a customizable [BIP39](https://github.com/anquii/BIP39) user flow in Swift.\n\n![BIP39UserFlow](./BIP39UserFlow.png)\n\n## Platforms\n- iOS 16.1+\n\n## Installation\n\n### Swift Package Manager\n\nAdd the following line to your `Package.swift` file:\n```swift\n.package(url: \"https://github.com/anquii/BIP39UserFlow.git\", from: \"1.0.0\")\n```\n...or integrate with Xcode via `File -\u003e Swift Packages -\u003e Add Package Dependency...` using the URL of the repository.\n\n## Usage\n\n```swift\nimport BIP39UserFlow\n\n// Subscribe to published values, e.g. in your view model.\nBIP39UserFlowPublishers.walletPublisher.sink { [unowned self] wallet in\n    isPresented = false\n}\nBIP39UserFlowPublishers.dismissPublisher.sink { [unowned self] in\n    isPresented = false\n}\n\n// Use the `sheet` modifier to present the flow.\n.sheet(isPresented: $isPresented) {\n    let configuration = BIP39UserFlowConfiguration()\n    BIP39UserFlowViewConstructor(configuration: configuration).view()\n}\n```\n\nFind out more by looking through the [demo](Demo) project, and by exploring the public [API](Sources/BIP39UserFlow/API), e.g. on how to apply your own color themes and copy, or how to configure the user experience.\n\n## License\n\n`BIP39UserFlow` is licensed under the terms of the MIT license. See the [LICENSE](LICENSE) file for more information.\n\n## Donations\n\nIf you've found this software useful, please consider making a small contribution to one of these crypto addresses:\n\n```\nXNAV: xNTYqoQDzsiB5Cff9Wpt65AgZxYkt1GFy7KwuDafqRU2bcAZqoZUW4Q9TZ9QRHSy8cPsM5ALkJasizJCmqSNP9CosxrF2RbKHuDz5uJVUBcKJfvnb3RZaWygr8Bhuqbpc3DsgfB3ayc\nXMR: 49jzT7Amu9BCvc5q3PGiUzWXEBQTLQw68a2KvBFTMs7SHjeWgrSKgxs69ycFWQupyw9fpR6tdT8Hp5h3KksrBG9m4c8aXiG\nBTC: bc1q7hehfmnq67x5k7vz0cnc75qyflkqtxe2avjkyw\nETH (ERC-20) \u0026 BNB (BEP-20): 0xe08e383B4042749dE5Df57d48c57A690DC322b8d\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanquii%2Fbip39userflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanquii%2Fbip39userflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanquii%2Fbip39userflow/lists"}