Marek

Results 68 comments of Marek

It would be handy to be able to display slatepacks as QR codes in CLI https://github.com/timvisee/qr2term-rs https://docs.rs/qr2term/0.2.2/qr2term/

> I like the concept of using the wallets keys for something more such as a digital identity. `key = H(seed || username || url)` is a neat trick to...

@Anynomouss I made some changes. I developed a way to have login slatepack shielded, but I did not do it for the registration slatepack. Reason for that is during the...

@Anynomouss. currently I'm working on the extended key derivation for https://github.com/grinventions/mimblewimble-py and I think this can help improve this RFC a lot. Perhaps there is a way to derive the...

Hey @Anynomouss, I am sorry for taking so long to respond. In the meantime I did implement the Mimblewimble slatepack address derivation and now I understand it pretty well so...

I like the idea of not accepting transactions by default. This feature protects the receiver from potential trouble. Consider the following: > MW transactions are private and it would be...

- [ ] snap to invisible grid - [ ] restrain angles to multiple of discrete value - [ ] restrain distances between nodes to multiple of discrete value -...

I think the most universal way to handle animated graphs would be to implement them as animated SVG files, it also is possible to make them interactive. Some examples in...