Skip to content
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

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

Clone this wiki locally