Installation
This boilerplate has the infrastructure to support building apps that accept Monero as a payment method for subscriptions. We understand that this is not suited for everyone, so we have isolated the code. In order to start using the Monero code, take the following steps:
- Install the Monero related code by running the following bash script:
./monero/install.sh
- Run the database reset so your migrations take effect:
supabase db reset
- Sync your products with Monero support by running the following at the root folder:
deno run --env -A supabase/functions/_scripts/sync-stripe.ts --monero
Once the above steps are completed, proceed with the Configuration guide to set up xmrcheckout.