Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 967 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 967 Bytes

Sign-In with Ethereum and DIDKit

This project is a small ReactJS example app using Sign-In with Ethereum and DIDKit. It is capable of Sign-In with Ethereum to authenticate a user, and allows them to download or verify a Verifiable Credential issued by DIDKit containing their Ethereum address in credentialSubject.

This project was bootstrapped with Next.js.

Development

This project was developed using the following setup:

$ node -v
v17.7.2
$ npm -v
8.5.2
$ yarn -v
1.22.18

Running

$ yarn install
$ yarn dev

The server should start at http://localhost:3000.

References

This project was built using the following code, pages, and documentation: