Galoy Core
StarGaloy Core is an opinionated bitcoin banking platform.
This repo represents the main API that brings all functionality together. Take a look at the Quickstart if you want to take it for a spin.
Project readme
https://github.com/GaloyMoney/blink#readme
Project website
Hosted API
To try the hosted instance of our API visit the Blink Developer Documentation
There you can find:
- an interactive tutorials to get started with the API
- the endpoints to use for mainnet and signet bitcoin
- a Postman collection and environment variables
- generated GraphQL queries in multiple programming languages
- API reference documentation
Local dev
API access
For the local dev
environment
- clone the galoy repo: https://github.com/GaloyMoney/blink
- follow the steps in the readme start hosting the API locally
Find more details about hosting the Galoy stack yourself in the deployment section.