Installation
Local Install
This guide is for Beta9, the open-source and self-hosted version of Beam. If you are looking for the cloud-hosted version of Beam, you can find that here.
Setting up the server
k3d is used for local development. You’ll need Docker and Make to get started.
To use our fully automated setup, run the setup
make target.
This will overwrite some of the tools you may already have installed. Review the setup.sh to learn more.
Setting up the SDK
The SDK is written in Python. You’ll need Python 3.8 or higher. Use the setup-sdk
make target to get started.
This will install the Poetry package manager.
Using the SDK
After you’ve setup the server and SDK, check out the SDK readme here.
Example App
Was this page helpful?