Publisher interface for Brave Payments
https://creators.brave.com ↗// readme
Creators
Creators powers the https://creators.brave.com platform and enables content creators to be tipped from Brave users using the Brave Rewards system.
It allows a creator to connect channels where they are hosted content as well as a wallet through which we allow rewards users to make contributions.
Creators is powered by Ruby on Rails and React.
Getting Started :wrench: Setup
Development with Docker and docker-compose is recommended for anyone just getting started. If for any reason you wish to run the stack locally see Local Installation Instructions.
Running locally with Overmind
If you don’t want to use docker, and want to develop locally, you can use overmind:
Make sure to install it and then run:
overmind start -N -f Procfile.dev
Running locally with docker-compose
- install docker and docker compose.
- Ensure
opensslis installed.brew install openssl - In your browser, navigate to
brave://flags. Make sureAllow invalid certificates for resources loaded from localhost.is enabled. - Run
make…