Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.1 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.1 KB

Cr3dential

Cr3dentials

Cr3dentials is a DID (Decentralized Identifiers XRPL based dApp that allows users to store their professionnal cerficates and credentials on the XRPL testnet mainchain.

Made under 48h during the XRPL Commons HAKS 2024 Hackathon.

Getting Started

First, install the dependencies and run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Tools used:

Contributors