{"id":25660058,"url":"https://github.com/truemagic-coder/solana-agent-app","last_synced_at":"2026-03-07T00:30:57.578Z","repository":{"id":267701182,"uuid":"901577771","full_name":"truemagic-coder/solana-agent-app","owner":"truemagic-coder","description":"Solana Agent Example App","archived":false,"fork":false,"pushed_at":"2025-07-10T08:24:55.000Z","size":11012,"stargazers_count":29,"open_issues_count":1,"forks_count":13,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-06T13:51:47.272Z","etag":null,"topics":["ai-agent","ai-agents","solana"],"latest_commit_sha":null,"homepage":"https://solana-agent.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/truemagic-coder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2024-12-10T23:23:16.000Z","updated_at":"2025-09-01T06:53:55.000Z","dependencies_parsed_at":"2025-02-10T11:23:18.477Z","dependency_job_id":"9e0bd811-d56b-4048-baf4-f610c7cda1cf","html_url":"https://github.com/truemagic-coder/solana-agent-app","commit_stats":null,"previous_names":["truemagic-coder/solana-agent","truemagic-coder/solana-agent-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/truemagic-coder/solana-agent-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truemagic-coder%2Fsolana-agent-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truemagic-coder%2Fsolana-agent-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truemagic-coder%2Fsolana-agent-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truemagic-coder%2Fsolana-agent-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/truemagic-coder","download_url":"https://codeload.github.com/truemagic-coder/solana-agent-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truemagic-coder%2Fsolana-agent-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30204154,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-agent","ai-agents","solana"],"created_at":"2025-02-24T01:32:18.016Z","updated_at":"2026-03-07T00:30:57.560Z","avatar_url":"https://github.com/truemagic-coder.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Solana Agent Example App\n\n[![Solana Agent](https://dl.walletbubbles.com/solana-agent-logo.png?width=200)](https://solana-agent.com)\n\n## Batteries Included\n* Provides a sample and working implementation for Solana Agent\n* Login via your Solana wallet via Helius\n* Utilizes FastAPI and Next.js - the most popular and supported web frameworks \n\n## Local Dev\n\n###  Run locally on Mac or Linux\n* Clone this repo - `git clone https://github.com/truemagic-coder/solana-agent-app`\n* Ensure the latest LTS Node is installed with yarn\n* Ensure Python 3.13.2 is installed with poetry\n* Ensure Docker and Docker Compose are installed\n* `docker-compose up -d`\n* Rename `.env.sample` to `.env` in `site` and `agent`\n* Get and set the OPENAI_API_KEY var in the `agent` folder for `.env` file - [OpenAI API Key](https://platform.openai.com/api-keys)\n* Get and set the ZEP_API_KEY in the `agent` folder for `.env` file - [Zep](https://getzep.com)\n* Get and set the RPC_URL in the `agent` folder for the `.env` file - [Helius](https://helius.dev)\n* Get and set the ALPHAVYBE_API_KEY in the `agent` folder for the `.env` file - [AlphaVybe](https://docs.vybenetwork.com/docs/getting-started)\n* Get and set the BIRDEYE_API_KEY in the `agent` folder in the `.env` file - [Birdeye](https://bds.birdeye.so)\n* Get and set the PRIVATE_KEY in the `agent` folder for the `.env` file - your bs58 encoded private key for a burner Solana wallet\n* Set all the secrets to match between the `.env` files and make them `uuidv4`s or other strong keys - [UUID Generator](https://www.uuidgenerator.net)\n* Open two terminal windows\n* `Terminal 1`: `cd site \u0026\u0026 yarn install \u0026\u0026 yarn dev`\n* `Terminal 2`: `cd agent \u0026\u0026 poetry install \u0026\u0026 bash ./dev.sh`\n* Open your browser to `http://localhost:3000`\n\n## Deploy\n\n### Deploy to Heroku or Dokku\n* Provision a MongoDB database\n* Get one domains with two sub-domains - one for the `site` and one for the `agent`\n* Add the proper env vars on Heroku or Dokku to your apps\n* Add your proper remotes in each folder locally (each folder `site` and `agent` should be their own repos - `git init`)\n* For each folder (`site` and `agent`) git commit and git push to the main branch\n\n## Solana Agent AI Framework\n* [Solana Agent](https://github.com/truemagic-coder/solana-agent)\n\n## Contributing\nContributions to Solana Agent Example App are welcome! Please feel free to submit a Pull Request.\n\n## License\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftruemagic-coder%2Fsolana-agent-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftruemagic-coder%2Fsolana-agent-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftruemagic-coder%2Fsolana-agent-app/lists"}