Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update data-store docs #211

Merged
merged 1 commit into from
Feb 15, 2025
Merged
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
2 changes: 1 addition & 1 deletion apps/docs/src/content/docs/reference/data-store.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Located at `@3loop/transaction-decoder/sql`, a persistent store that can be used

## Code examples

1. Built-in In-memory stores (Vanilla JS API) - [Quick start demo code](https://github.com/3loop/loop-decoder/blob/88bc99b4d64a9db66dc75f44d1dfb04a0dc32e37/sandbox/quick-start/src/decoder.ts)
1. Built-in In-memory stores (Vanilla JS API) - [Quick start demo code](https://github.com/3loop/loop-decoder/blob/main/sandbox/quick-start/src/decoder.ts)
2. Built-in SQL stores (Effect API) - [Loop Decoder Web playground](https://github.com/3loop/loop-decoder/blob/88bc99b4d64a9db66dc75f44d1dfb04a0dc32e37/apps/web/src/lib/decode.ts#L32-L58)
3. Custom In-memory stores (Vanilla JS API) - [Farcaster on-chain alerts bot](https://github.com/3loop/farcaster-onchain-alerts-bot/blob/f1b90c9de7550abcd4ad1097fba5c2eb5dc259df/src/decoder/decoder.ts)
4. Custom SQL stores (Effect API) - [Decoder API, ABI Store](https://github.com/3loop/decoder-api/blob/87bec4e70b9df36b62e8d2cf78721a7304e84ed6/src/decoder/abi-loader.ts) and [Contract Metadata Store](https://github.com/3loop/decoder-api/blob/87bec4e70b9df36b62e8d2cf78721a7304e84ed6/src/decoder/meta-loader.ts)
Expand Down
Loading