{"id":17427264,"url":"https://github.com/3loop/transaction-frame","last_synced_at":"2025-04-16T01:49:06.944Z","repository":{"id":257946319,"uuid":"858362818","full_name":"3loop/transaction-frame","owner":"3loop","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-07T05:12:32.000Z","size":2054,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-29T03:41:33.691Z","etag":null,"topics":["farcaster","farcaster-frame","farcaster-frames"],"latest_commit_sha":null,"homepage":"https://decoder-frame.fly.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/3loop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-16T19:04:11.000Z","updated_at":"2025-01-03T16:00:55.000Z","dependencies_parsed_at":"2024-10-17T12:03:43.957Z","dependency_job_id":null,"html_url":"https://github.com/3loop/transaction-frame","commit_stats":null,"previous_names":["3loop/transaction-frame"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3loop%2Ftransaction-frame","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3loop%2Ftransaction-frame/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3loop%2Ftransaction-frame/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3loop%2Ftransaction-frame/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/3loop","download_url":"https://codeload.github.com/3loop/transaction-frame/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249183038,"owners_count":21226123,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["farcaster","farcaster-frame","farcaster-frames"],"created_at":"2024-10-17T06:06:08.186Z","updated_at":"2025-04-16T01:49:06.917Z","avatar_url":"https://github.com/3loop.png","language":"TypeScript","readme":"# Transaction View Frame\n\nThis project provides a Farcaster frame for displaying EVM transactions. It is built on top of the [Loop Decoder](https://github.com/3loop/loop-decoder) - an open source library for transforming EVM transactions into a human readable format.\n\nExample frame [link](https://decoder-frame.fly.dev/frame/8453/0x338447269f00f845de2c0a544282892d9566f7d17373225a623c69f10a3abea2):\n\n\u003cimg width=\"481\" alt=\"Screenshot 2024-09-23 at 17 35 40\" src=\"https://github.com/user-attachments/assets/90690d8b-1190-474a-ae89-019741c06ef9\"\u003e\n\n## Endpoints\n\n- **Frame Endpoint** `/frame/:chain/:hash` - This endpoint provides a Farcaster frame metadata with a transaction image from the transaction hash.\n\n- **Interpreting Endpoint** `/interpret/:chain/:hash` - This endpoint provides a human-readable transaction image from the transaction hash.\n\n## Database\n\nThis project uses SQLite as its database. At a minimum, you need to provide the WETH contract metadata. Other public contracts can be resolved using third-party strategies.\n\nIf you need a database snapshot for Ethereum Mainnet that includes common contracts metadata and contracts ABIs, please contact us on [Farcaster](https://warpcast.com/nastya) or [X](https://x.com/3loop_io).\n\n## Requirements\n\nTo use this project you need to have [Bun](https://bun.sh/) installed on your machine.\n\n## Development\n\nFor development, we will use [pnpm](https://pnpm.io/) as our package manager, because Drizzle Kit does not yet support bun sqlite.\n\nRun the migration to create the database:\n\n```bash\n$ pnpm migrate\n```\n\nStart the development server:\n\n```bash\n$ pnpm dev\n```\n\nOptionally, start docker-compose to run local telemetry server:\n\n```bash\n$ cd ./local \u0026\u0026 docker-compose up\n```\n\n## Deploy with fly.io\n\nCreate a volume for sqlite\n\n```bash\n$ fly volumes create litefs --size 1\n```\n\nCreate a new app:\n\n```bash\n$ fly launch\n```\n\nConfigure the consul:\n\n```bash\n$ fly consul attach\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3loop%2Ftransaction-frame","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F3loop%2Ftransaction-frame","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3loop%2Ftransaction-frame/lists"}