Read this blog post for more details!
We often hear the media describing Bitcoin as "computers solving hard math problems for money". Well, EulerCoin lets you solve Project Euler problems to generate digital currency tokens!
Project Euler is a well-known site for mathematical and programming problems. You submit your answer to a Project Euler problem to our smart contract, which submits it to Project Euler. If it's correct, then you are awarded some EulerCoin and the answer is published to the blockchain for everyone to enjoy!
This project was built using Ethereum, Solidity, and Truffle.
- Clone this repo
- Start
testrpcin a background tab truffle compiletruffle migratetruffle testnpm installnpm run dev- Go to localhost:3000.
Happy Hacking!