-
Notifications
You must be signed in to change notification settings - Fork 1
Home
C4 edited this page Jun 11, 2024
·
5 revisions
Welcome to the SatsBB wiki!
Laravel 6.x - 10.x available as specified as the branch name. Main using 10.x
cp .env.example .env
define mysql in .env
composer install
php artisan migrate
php artisan db:seed
define a Bitcoin and/or Litecoin RPC Login in .env then run
php artisan config:clear
- http://yourdomain.com/admin/payments
- admin@satzbb.com
- YourAdminPassword (or as defined in seeder)
Add a site in the admin panel, ensure the site has a valid callback URL accepting POST Requests. Data will be forwarded to that URL after a payment is complete.
Copy the Site API key then proceed to Create Invoice
Finally don't forget to Set Cron