· Matthew Watt · Talks

Nighthawk's Roadmap for Zcash with Aditya Bharadwaj and Matthew Watt: Zcon4

A roadmap for Zcash by Nighthawk Apps, expanding on the roadmap shared in January 2023 and benefits of delivering a mobile-first experience to end-users.

Share:
All posts

Related Posts

View All Posts »
Fable Reminders - Part 2

Fable Reminders - Part 2

Build a reminders app completely in F#. In part 2, we model our domain using F#'s algebraic data types, bootstrap our application using Elmish, and take a deeper look at some functional programming concepts along the way.

Fable Reminders - Part 1

Fable Reminders - Part 1

Build a reminders app completely in F#. In part 1, we get our base project setup so we're ready to hit the ground running building in F#!

Securely save a SwiftUI view as a password-protected PDF

Securely save a SwiftUI view as a password-protected PDF

In order to develop the secure PDF seed phrase backup feature for Nighthawk Wallet 2.0, I needed to figure out how to render a SwiftUI view as a PDF and password protect it with a user-supplied password. In this guide, I share what I learned.