{"id":13560303,"url":"https://github.com/sustia-llc/sk-ethereumtx-plugin","last_synced_at":"2026-04-29T20:09:01.831Z","repository":{"id":183114651,"uuid":"669319571","full_name":"sustia-llc/sk-ethereumtx-plugin","owner":"sustia-llc","description":"ChatGPT plugin to query for Ethereum transactions and format for import into accounting software","archived":false,"fork":false,"pushed_at":"2023-07-25T21:34:17.000Z","size":179,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-12-30T09:17:41.358Z","etag":null,"topics":["ai","artificial-intelligence","chatgpt","chatgpt-plugin","csv","llm","ofx","openai","semantic-kernel"],"latest_commit_sha":null,"homepage":"","language":"C#","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/sustia-llc.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}},"created_at":"2023-07-21T23:07:49.000Z","updated_at":"2023-07-25T20:44:27.000Z","dependencies_parsed_at":"2024-01-14T03:42:47.871Z","dependency_job_id":null,"html_url":"https://github.com/sustia-llc/sk-ethereumtx-plugin","commit_stats":null,"previous_names":["sustia-llc/sk-etherscan-plugin"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sustia-llc%2Fsk-ethereumtx-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sustia-llc%2Fsk-ethereumtx-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sustia-llc%2Fsk-ethereumtx-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sustia-llc%2Fsk-ethereumtx-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sustia-llc","download_url":"https://codeload.github.com/sustia-llc/sk-ethereumtx-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239774329,"owners_count":19694700,"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":["ai","artificial-intelligence","chatgpt","chatgpt-plugin","csv","llm","ofx","openai","semantic-kernel"],"created_at":"2024-08-01T13:00:41.464Z","updated_at":"2026-01-28T21:30:13.184Z","avatar_url":"https://github.com/sustia-llc.png","language":"C#","funding_links":[],"categories":["Plugins"],"sub_categories":[],"readme":"# Semantic Kernel ChatGPT plugin for Ethereum Txs\n\nThis project implements a ChatGPT plugin for Ethereum. It includes the following components:\n- An endpoint that serves up an ai-plugin.json file for ChatGPT to discover the plugin\n- A generator that automatically converts prompts into semantic function endpoints\n- One native function that calls the Etherscan API endpoint for transaction information, and a CoinGecko API endpoint to get the historical price of Ethereum\n- Two semantic functions that format the JSON response into CSV or OFX for import into accounting software\n\n\n## Example Output\n\n![Example Output](./images/sampleoutput.png)\n\n## Prerequisites\n\n- Install `Docker` and VS Code `Dev Containers` extension.\n- Clone project and run `Dev-Containers: Reopen in Container` command\n  - The dev container will download and install the .NET 6 image and install the `C#`, `Semantic Kernel Tools`, and `GitHub Copilot` extensions.\n- [Create a free Etherscan Account](https://docs.etherscan.io/getting-started/creating-an-account) and [get an API key](https://docs.etherscan.io/getting-started/viewing-api-usage-statistics)\n\n### Using appsettings.json\n\nConfigure an OpenAI endpoint\n\n1. Copy [settings.json.openai-example](./config/appsettings.json.openai-example) to `./appsettings.json`\n1. Edit the `kernel` object to add your OpenAI endpoint configuration\n1. Edit the `aiPlugin` object to define the properties that get exposed in the ai-plugin.json file\n\nConfigure an Azure OpenAI endpoint\n\n1. Copy [settings.json.azure-example](./config/appsettings.json.azure-example) to `./appsettings.json`\n1. Edit the `kernel` object to add your Azure OpenAI endpoint configuration\n1. Edit the `aiPlugin` object to define the properties that get exposed in the ai-plugin.json file\n\n### Using local.settings.json\n\n1. Copy [local.settings.json.example](./azure-function/local.settings.json.example) to `./azure-function/local.settings.json`\n1. Edit the `Values` object to add your OpenAI endpoint configuration in the `apiKey` property\n1. Edit the `Values` object to add your Etherscan API endpoint configuration in the `etherscanApiKey` property\n\n## Running the endpoint\n\nTo run the Azure Functions application just hit `F5`.\n\nTo build and run the Azure Functions application from a terminal use the following commands:\n\n```powershell\ncd azure-function\ndotnet build\nfunc start --csharp\n```\n\nTest the endpoint with the [Swagger UI](http://localhost:7071/swagger/ui)\n\n## Learn More\n\nTo learn more, see the Semantic Kernel documentation that describes how to [create a ChatGPT plugin](https://learn.microsoft.com/en-us/semantic-kernel/ai-orchestration/chatgpt-plugins).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsustia-llc%2Fsk-ethereumtx-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsustia-llc%2Fsk-ethereumtx-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsustia-llc%2Fsk-ethereumtx-plugin/lists"}