https://github.com/space-operator/flow-backend
Space Operator Backend
https://github.com/space-operator/flow-backend
solana
Last synced: 2 months ago
JSON representation
Space Operator Backend
- Host: GitHub
- URL: https://github.com/space-operator/flow-backend
- Owner: space-operator
- License: other
- Created: 2023-10-28T08:44:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T05:39:36.000Z (7 months ago)
- Last Synced: 2024-10-30T08:38:10.696Z (7 months ago)
- Topics: solana
- Language: Rust
- Homepage: https://www.spaceoperator.com/
- Size: 1.18 MB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - space-operator/flow-backend - Space Operator Backend (Rust)
README
# flow-backend
Space Operator Backend## Running a guest server
You can run a local instance of flow-server and have it push results to our site's database.
Set required values in [guest.toml](https://github.com/space-operator/flow-backend/blob/main/guest.toml)
and run with:
```bash
RUST_LOG=info cargo run -p flow-server -- guest.toml
```This server can be used to run flows belonging to you. Toggle "Remote 🌐" button in flow editor to switch to `localhost` server.
Please note that some browsers such as Brave will block requests to `localhost` by default, disable protection if you encounter network errors.