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)
-
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)
- Our application is not yet deployed on the web for public use, please star or follow the repo to stay tuned for updates!
- 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