-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Here's a proposal of the critical path for the Blockstack desktop app, which will give users access to the new Blockstack internet:
- Pull out the ID panel into a single-page web app
- Update the Blockstack client daemon to provide HTTP servers on
localhost:80localhost:80serves up the ID panel applocalhost:80/apiserves up the client API
- Create an unbound fork
- The fork delegates all DNS calls that end with ICANN TLDs (http://www.iana.org/domains/root/db) to the user’s traditional resolver.
- The fork delegates all DNS calls that end with non-ICANN TLDs to Blockstack Core
- The fork delegates
local://idto localhost:80
- Create a desktop app that users install to run in the background and give them access to the new internet
- The app comes with a Blockstack client daemon that runs in the background
- The app comes with an unbound resolver that runs in the background
- The app changes the operating system's DNS settings to the local unbound resolver
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels