{"id":15021101,"url":"https://github.com/andr3whur5t/breadcrumb","last_synced_at":"2025-10-27T13:31:01.297Z","repository":{"id":26863917,"uuid":"30324111","full_name":"Andr3wHur5t/Breadcrumb","owner":"Andr3wHur5t","description":"Minimalistic Bitcoin toolkit for iOS.","archived":false,"fork":false,"pushed_at":"2015-06-28T18:50:59.000Z","size":924,"stargazers_count":23,"open_issues_count":3,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-01T05:41:20.890Z","etag":null,"topics":["bitcoin","bitcoin-wallet","blockchain","ios","objective-c","simple-api","wallet"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","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/Andr3wHur5t.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}},"created_at":"2015-02-04T22:13:08.000Z","updated_at":"2022-10-27T12:49:57.000Z","dependencies_parsed_at":"2022-09-01T21:40:25.054Z","dependency_job_id":null,"html_url":"https://github.com/Andr3wHur5t/Breadcrumb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andr3wHur5t%2FBreadcrumb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andr3wHur5t%2FBreadcrumb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andr3wHur5t%2FBreadcrumb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andr3wHur5t%2FBreadcrumb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Andr3wHur5t","download_url":"https://codeload.github.com/Andr3wHur5t/Breadcrumb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238497714,"owners_count":19482302,"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":["bitcoin","bitcoin-wallet","blockchain","ios","objective-c","simple-api","wallet"],"created_at":"2024-09-24T19:56:08.145Z","updated_at":"2025-10-27T13:30:55.703Z","avatar_url":"https://github.com/Andr3wHur5t.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Breadcrumb\n\n[![Build Status](https://travis-ci.org/Andr3wHur5t/Breadcrumb.svg)](https://travis-ci.org/Andr3wHur5t/Breadcrumb)\n[![CocoaPods](https://img.shields.io/cocoapods/l/AFNetworking.svg)](https://github.com/Andr3wHur5t/Breadcrumb/blob/master/LICENSE)\n\n**Breadcrumb** takes away the complexity that you normally encounter when working with other **Bitcoin**, or **Blockchain** libraries. \n\nWith minimalistic interfaces you can quickly get started working with Bitcoin, and the Blockchain.\n\nExplore the capabilities of the block chain by publishing, and building custom transactions, and scripts.\n\nMaking a wallet is so easy you can start sending, and receiving Bitcoin in less than 15 lines of code.\n\n## How to get started\n\nInclude `Breadcrumb.framework`, and `CommonCrypto.framework` into your Xcode project.\n\nAdd `#import \u003cBreadcrumb/Breadcrumb.h\u003e` to one of your applications' source files.\n\nMake a wallet, and start sending Bitcoin.\n\n```Objective-C\n  NSData *password = [@\"password\" dataUsingEncoding:NSUTF8StringEncoding];\n  BCWallet *wallet = [[BCWallet alloc] initNewWithPassword:password];\n\n  [wallet mnemonicPhraseWithPassword:password\n                       usingCallback:^(NSString *mnemonic) { \n  \tNSLog(@\"Brainwallet Phrase: %@\",mnemonic);\n  }];\n  \n  BCAddress *address = [@\"3J98t1WpEZ73CNmQviecrnyiWrnqRhWNLy\" toBitcoinAddress];\n  NSNumber *amount = @20000; // Satoshi\n  [wallet send:amount to:address usingPassword:password withCallback:\n  ^(NSError *error) { \n       if ( [error isKindOfClass:[NSError class]] )\n       \t\tNSLog(@\"Transaction Failed: '%@'\",error.localizedDescription); \n  }];\n                  \n```\n\n\n\n## License\nBreadcrumb is under **MIT license**, and uses source from **Breadwallet** (also under MIT) \n\n\nThe MIT License (MIT)\n\nCopyright (c) 2015 Andrew Hurst\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandr3whur5t%2Fbreadcrumb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandr3whur5t%2Fbreadcrumb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandr3whur5t%2Fbreadcrumb/lists"}