This is a cryptocurrency faucet (bitcoin forks) written in Php.
- Mysql
- PHP >=7.0
- Composer
- npm
- Webserver (Apache, Nginx, etc.)
Work in progress
git clone https://github.com/ctrl-Felix/faucet.git && cd faucetcomposer installnpm installnano .enventer the created mysql user, password and databasenano config/faucet.yamlenter your configphp bin/console make:migrationphp bin/console doctrine:migration:migratecomposer dump-env prodyarn encore prod- Config your webserver and point it to the ../faucet/public folder