Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
docs: third lol ppp
Browse files Browse the repository at this point in the history
resolves #55
  • Loading branch information
bonomat committed Nov 1, 2022
1 parent a170a0a commit 4b47cf4
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/ppp/iteration_3_01112022.md
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

0 comments on commit 4b47cf4

Please sign in to comment.