This repository contains implementations for the Flashbake Relay and the Flashbake Baker endpoint.
Flashbake is a suite of software allowing a Tezos user to send transactions directly to a baker.
Flashbake Documentation is at https://flashbake.xyz
baker-endpoint/
- Implementation of a baker endpoint.core/
- Shared code between components, published as@flashbake/core
relay/
- Private relay to bakers
Flashbake core components (baker-endpoint
and relay
) are written in TypeScript.
See README's in the sub-folders for build instructions.
Flashbake integration testing and development is best done in a tezos-k8s environment using the sandbox repository. See README of this repository for details.
helm/