https://github.com/eherrador/ethereum_signin
Implementing the signin process from a dApp for Ethereum accounts to establish sessions
https://github.com/eherrador/ethereum_signin
authentication blockchain dapp ethereum login signin web3
Last synced: about 1 month ago
JSON representation
Implementing the signin process from a dApp for Ethereum accounts to establish sessions
- Host: GitHub
- URL: https://github.com/eherrador/ethereum_signin
- Owner: eherrador
- Created: 2023-05-15T22:24:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-23T02:57:38.000Z (almost 2 years ago)
- Last Synced: 2025-03-12T04:38:13.873Z (over 1 year ago)
- Topics: authentication, blockchain, dapp, ethereum, login, signin, web3
- Language: Vue
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ethereum Signin
Implementing the signin process from a dApp for Ethereum accounts to establish sessions.
Compatible with: [ERC-4361](https://eips.ethereum.org/EIPS/eip-4361). Off-chain authentication for Ethereum accounts to establish sessions.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
```sh
npm run build
```
### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```