Skip to content

sukhajata/wallet-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wallet-login

A Go API for verifying signatures and React UI for testing. Supports smart contract wallets which implement EIP-1271

To test api

cd api
go test ./...

To run api server

go build -o service ./cmd
./service

To test and run React frontend, in a new terminal window:

cd client
npm install
npm test
npm start

App will be available at http://localhost:3000

About

A client and API for logging into a browser based or smart contract wallet and verifying the signature.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published