From 4b47cf4c1df6e7eed2204838f5be6e629932f31e Mon Sep 17 00:00:00 2001 From: Philipp Hoenisch Date: Tue, 1 Nov 2022 16:58:50 +1100 Subject: [PATCH] docs: third lol ppp resolves #55 --- docs/ppp/iteration_3_01112022.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/ppp/iteration_3_01112022.md diff --git a/docs/ppp/iteration_3_01112022.md b/docs/ppp/iteration_3_01112022.md new file mode 100644 index 00000000..553cb70a --- /dev/null +++ b/docs/ppp/iteration_3_01112022.md @@ -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