This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Description
NEAR protocol has two nice features baked into accounts that I think we should consider:
- "Link Drop" - the ability to send coins or tokens to someone who doesn't even have an account yet
- OAUTH emulation - the ability to authorize apps (i.e., dapps) to use parts of an account on an ongoing basis, without needing additional signing
@YaronWittenstein I think it would be a good idea to understand how this was done to make sure we're not making decisions now that would make adding things like this more difficult down the road. Happy to help look into it.