Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

synonymdev/slashtags-auth-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slashtags Auth Demo

Demonstrates signing in to websites with Slashtags

usage

  • Run daemon
npm i -g @synonymdev/slashtags-cli
slash -v
slash daemon start
  • Run backend server
cd backend/	
npm install	
npm start
  • Run the website's frontend
cd frontend/	
npm install	
npm start	

Then visit http://localhost:8001/

  • Run the demo wallet
cd wallet/	
npm install	
npm start	

Then visit http://localhost:8080/

About

Simple demo for signing in to websites with Slashtags

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors