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
- Host: GitHub
- URL: https://github.com/austintgriffith/ecrecover-dapp-university
- Owner: austintgriffith
- License: mit
- Created: 2018-08-15T00:05:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-15T19:31:43.000Z (almost 8 years ago)
- Last Synced: 2025-06-07T09:44:34.566Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 119 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```