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

https://github.com/austintgriffith/ecrecover-dapp-university

Ethereum ECRecover Demo For DappUniversity
https://github.com/austintgriffith/ecrecover-dapp-university

Last synced: 11 months ago
JSON representation

Ethereum ECRecover Demo For DappUniversity

Awesome Lists containing this project

README

          

# ECRecover Demo

### install

First, you need Clevis installed: [https://github.com/austintgriffith/clevis](https://github.com/austintgriffith/clevis)

```javascript
git clone https://github.com/austintgriffith/ecrecover
cd ecrecover
clevis init
```

### compile & deploy

(after bringing up RPC endpoint like 'ganache-cli' or 'geth' and configuring clevis.json)

```javascript
clevis compile Recover
clevis deploy Recover 0
clevis test publish
```

OR just:

```javscript
clevis test full
```

### run

```javascript
clevis start
```