Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```