This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resolves #55
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
### Plans π | ||
|
||
- Build a Lightning Full node using LDK and Flutter and open a channel automatically [https://github.com/itchysats/10101/issues/10](https://github.com/itchysats/10101/issues/10). | ||
- Build the trade view based on the [wireframes](https://www.figma.com/file/zUBJpQ0v8cx6DHivS10OeI/TenTenOneWireFrame). | ||
- Add a custom output to a Lightning Channel. This will be the base for adding DLCs to a channel. [https://github.com/itchysats/10101/issues/54](https://github.com/itchysats/10101/issues/54) | ||
|
||
### Progress β | ||
|
||
- Added an on-chain wallet powered by [BDK](https://github.com/bitcoindevkit/bdk) to our app. We generate a wallet basde on a Bip39 seed phrase [https://github.com/itchysats/10101/issues/68](https://github.com/itchysats/10101/issues/68). | ||
- Show balance in the wallet. [https://github.com/itchysats/10101/issues/90](https://github.com/itchysats/10101/issues/90). | ||
- Made progress on our fork of [rust-lightning](https://github.com/itchysats/rust-lightning). We have a full end-to-end test which adds a custom output to the commit transaction. This is the first step to having DLCs on Lightning ππ | ||
|
||
### Problems β | ||
|
||
- Not a real problem but additional work: we forgot to plan in that we will have to build a lightning node for a server as well. This node will be the default one every user will connect to and act as the counterparty for all trades at the beginning. | ||
|
||
### Links π | ||
|
||
- Follow us on Twitter: https://twitter.com/itchysats | ||
- Read our project vision: https://makers.bolt.fun/project/10101 | ||
- Join our public chat: https://matrix.to/#/%23tentenone%3Amatrix.org |