Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.44 KB

File metadata and controls

50 lines (35 loc) · 1.44 KB

BitKwik Software.

Overview

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

Requirements


Installation

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 migrate

create a customer user on the terminal by running the following script and follow the prompts

php artisan make:filament-user

Start your Application

php artisan serve

Screenshots

bitkwik1 bitkwik2 bitkwik3 bitkwik4