BitKwik is a Bitcoin powered bill payment and transfer application tailored for Zambian users.
It enables customers to:
- Instantly transfer Bitcoin to mobile money wallets
- Use Bitcoin seamlessly in local commerce
Please follow these steps carefully:
1. git clone https://github.com/chandachewe10/BitKwik.git
2. composer update
3. cp .env.example .env
4. Set DB credentials and OpenNode keys in .env
5. php artisan key:generate
6. php artisan migratecreate a customer user on the terminal by running the following script and follow the prompts
php artisan make:filament-userStart your Application
php artisan serve