Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Python SDK/CLI for Truffle devices.
- schedule parsing: `truffile/truffile/schedule.py`
- deploy planning + builder flow: `truffile/truffile/deploy/builder.py`
- generated TruffleOS protos vendored in: `truffile/truffle/`
- examples:
- `truffile/example-apps/kalshi`
- `truffile/example-apps/reddit`
- app store examples:
- `truffile/app-store/kalshi`
- `truffile/app-store/reddit`

`truffile.yaml` defines:
- metadata (`name`, `description`, `type`)
Expand Down Expand Up @@ -93,3 +93,14 @@ Refresh vendored protos from firmware repo:
```bash
./scripts/sync_protos.sh
```

## Contributors

Contributors are welcome to submit apps to the Truffle App Store.

To submit:
- open a PR with your app under the `app-store/` folder
- include a screen recording of your app in action

The Truffle team will deploy accepted apps to the App Store for everyone with Truffle to use and your name will be featured there!
There may be small changes needed to make the app run optimally, but most features and the credit will remain yours.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@ metadata:
REPLACE_WITH_KALSHI_PRIVATE_KEY_PEM

steps:
# - name: Welcome
# type: welcome
# content: |
# Welcome to Kalshi for Truffle.

# This app lets your Truffle trade prediction markets, monitor
# positions, and get alerts on price changes and settlements.

- name: Install dependencies
type: bash
run: |
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ metadata:
daily_window: "00:00-23:59"
icon_file: ./icon.png
steps:
# - name: Reddit Setup
# type: welcome
# content: |
# The Reddit app will allow your Truffle to post relevant content from Reddit on your feed.
# You can customize which subreddits to follow in the configuration step.
# Please use this app in accordance with Reddit's terms of service.
- name: Install dependencies
type: bash
run: |
Expand Down