Copy website_example to website/, add static file serving via Node fs
in the API default route handler, and remove website/ from .gitignore.
The API now serves index.html at / and all static assets by path.
Co-Authored-By: Virgil <virgil@lethean.io>
Pool now uses native Lethean/Zano block validation through
zano-node-util instead of generic CryptoNight hashing. Ports
updated to 5555/7777/8888, Redis auth enabled, difficulty
tuned for testnet.
Co-Authored-By: Charon <charon@lethean.io>