Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.16 KB

README.md

File metadata and controls

21 lines (17 loc) · 1.16 KB

SURI Profile

The web-based profile portion of SURI: a decentralized contacts application. This website is responsible for displaying the decentralized identity information associated with your SURI account, such as your verified social media links and user info. The repo now includes a built in node server to host the app as a deployment-ready package (under construction)

How to use

💻 For developers:

  • clone the repository to your local system and navigate to the folder

  • cd client

  • run npm install

  • run npm run dev to start the dev server

  • in your web browser, navigate to https://localhost:5173

  • To test the server, do not cd to the client folder and run npm start (the server does not yet work)

🧍 For users:

  • Our application is not yet deployed on the web for public use, please star or follow the repo to stay tuned for updates!

Our other applications:

  • SURI Server - the activitypub server that handles processing of user information
  • SURI Wallet - the mobile application where a user generates and modifies their user information