SparrowTek / Boostz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boostz

An open source custodial Bitcoin lightning wallet using Alby

Project State

The code in this repo should be considered non-functional right now.

Contributing

It is always a good idea to discuss before taking on a significant task. That said, I have a strong bias towards enthusiasm. If you are excited about doing something, I'll do my best to get out of your way.

By participating in this project you agree to abide by the Contributor Code of Conduct.

Building

Note: requires Xcode 15 and macOS 14

  • clone the repo
  • cp User.xcconfig.template User.xcconfig
  • update User.xcconfig with your personal information
  • build/run with Xcode

Tip for OAUTH_REDIRECT_URI in User.xccongif to properly escape forward slashes you'll need to do something like this. Assume you want your redirect URI to be boostz://alby, then boostz:/$()/alby is how you should enter this field. Notice the $()

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Swift 99.1%Language:Shell 0.9%