https://github.com/jakelin/ethereum-riddle
A JavaScript app to solve an Ethereum riddle
https://github.com/jakelin/ethereum-riddle
Last synced: 2 months ago
JSON representation
A JavaScript app to solve an Ethereum riddle
- Host: GitHub
- URL: https://github.com/jakelin/ethereum-riddle
- Owner: JakeLin
- License: mit
- Created: 2018-03-20T22:18:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-21T00:41:38.000Z (about 7 years ago)
- Last Synced: 2025-01-20T10:12:14.233Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ethereum Riddle
This is a JavaScript app to solve an Ethereum riddle.

## How to run
1. Clone or fork the project
2. Run `yarn` to install all dependence
3. Run `node index.js` - It will take a while since it will do a lot of hashing process like how mining does## Requirements
1. Node v8+
2. Yarn v1.5+You can find a detailed post on how to develop this app on [Steemit](https://steemit.com/introduceyourself/@jakelin/how-to-earn-one-ether-by-writing-a-simple-program-ethereum-riddle), Enjoy 😁