Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/odanado/js-eth-personal-sign-examples-clone
Simple signature examples for use with MetaMask. This repository reimplemented https://github.com/danfinlay/js-eth-personal-sign-examples using TypeScript.
https://github.com/odanado/js-eth-personal-sign-examples-clone
ethereum typescript vue web3
Last synced: 7 days ago
JSON representation
Simple signature examples for use with MetaMask. This repository reimplemented https://github.com/danfinlay/js-eth-personal-sign-examples using TypeScript.
- Host: GitHub
- URL: https://github.com/odanado/js-eth-personal-sign-examples-clone
- Owner: odanado
- Created: 2019-02-10T18:51:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:53:50.000Z (almost 2 years ago)
- Last Synced: 2024-04-17T21:25:58.210Z (7 months ago)
- Topics: ethereum, typescript, vue, web3
- Language: Vue
- Homepage: https://odanado.github.io/js-eth-personal-sign-examples-clone/
- Size: 6.17 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# js-eth-personal-sign-examples-clone
Simple signature examples for use with MetaMask. This repository reimplemented https://github.com/danfinlay/js-eth-personal-sign-examples using TypeScript.## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Lints and fixes files
```
yarn run lint
```