Built starting from the Angular Meteor template here
To install dependencies:
meteor npm install
To run:
meteor
...the app will be running on localhost:3000.
- Figure out Keybase key management: How do we avoid users copying & pasting keys?
- Basic chat app (no encryption, but add accounts and passwords so we can later decrypt Keybase key w/ password)
- Add encryption with dummy public keys
- Add lookup public keys against Keybase root
- Verify Keybase root before allowing lookups on it