Currency conversion mini-app for Codex Protocol's charity auction held at Ethereal Summit 2018
This app displays the artwork & live auction prices for the cryptocurrency-themed artwork auctioned off by Codex Protocol at Ethereal Summit 2018. There is an admin panel that allows you to choose the currently-displayed artwork, as well as it's current USD auction price. These changes are pushed to the viewing clients via socket.io
- Install dependencies with
npm install
- Run the application with
npm start
- Open http://localhost:3002
- In a separate tab, open http://localhost:3002/admin.html
- Enter a new USD value on the admin page and it will show up on the index page with the current ETH / BTC exchange values.