Skip to content

Commit

Permalink
docs: update root readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xstelea committed Sep 5, 2023
1 parent 891e5f9 commit dcc1d0f
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# ROLA
# ROLA (Radix Off-Ledger Authentication)

ROLA is a method of authenticating something claimed by the user connected to your dApp with the Radix Wallet. It uses the capabilities of the Radix Network to make this possible in a way that is decentralized and flexible for the user.

ROLA is intended for use in the server backend portion of a Full Stack dApp. It runs "off-ledger" alongside backend business and user management logic, providing reliable authentication of claims of user control using "on-ledger" data from the Radix Network.

## Resources

[What is ROLA](https://docs-babylon.radixdlt.com/main/frontend/rola.html)

## Implementations

- [NPM](https://www.npmjs.com/package/@radixdlt/rola)

## Documented examples

- [Typescript full-stack](/examples/typescript-full-stack/README.md)

0 comments on commit dcc1d0f

Please sign in to comment.