near / devx

This is the home of NEAR collective developer experience plans and roadmap.
11 stars 0 forks source link

NEAR Example on access keys use case — creating a function-call access key for the end user. #259

Open mikedotexe opened 3 years ago

mikedotexe commented 3 years ago

Overview In all our examples at https://near.dev, we ask that the end user log in with NEAR Wallet before interacting with the dApp. Those type of examples explore the use case where an end user wishes to create a function-call access key on their own account.

This ticket explores the use case where a dApp (with a backend, not purely frontend) allows users to enter an "invite code" into an input element and get a function-call access key created from the contract account instead.

mattlockyer commented 3 years ago

Closed by https://github.com/near/devrel/issues/18 and the Live App Review Series? I focus a lot on access keys...