{"id":26737270,"url":"https://github.com/superteamdao/solathon","last_synced_at":"2025-04-14T13:33:09.354Z","repository":{"id":41470674,"uuid":"445604434","full_name":"SuperteamDAO/solathon","owner":"SuperteamDAO","description":"☄️ High performance, easy to use and feature-rich Solana SDK for Python.","archived":false,"fork":false,"pushed_at":"2024-04-30T07:32:57.000Z","size":1116,"stargazers_count":69,"open_issues_count":5,"forks_count":24,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-01T07:51:54.792Z","etag":null,"topics":["beginners","blockchain","cryptocurrency","python","sdk","solana","web3"],"latest_commit_sha":null,"homepage":"https://solathon.vercel.app","language":"Python","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/SuperteamDAO.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2022-01-07T17:41:27.000Z","updated_at":"2024-06-21T07:12:18.725Z","dependencies_parsed_at":"2024-06-21T07:12:02.116Z","dependency_job_id":"05b5ce26-79eb-4f1e-9ebb-b806fd5bba62","html_url":"https://github.com/SuperteamDAO/solathon","commit_stats":null,"previous_names":["gitbolt/solathon"],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperteamDAO%2Fsolathon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperteamDAO%2Fsolathon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperteamDAO%2Fsolathon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperteamDAO%2Fsolathon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SuperteamDAO","download_url":"https://codeload.github.com/SuperteamDAO/solathon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248888878,"owners_count":21178118,"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":["beginners","blockchain","cryptocurrency","python","sdk","solana","web3"],"created_at":"2025-03-28T02:39:11.588Z","updated_at":"2025-04-14T13:33:09.321Z","avatar_url":"https://github.com/SuperteamDAO.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"#\"\u003e\n    \u003cimg\n      alt=\"Solathon logo\"\n      src=\"https://solathon.vercel.app/solathon.svg\"\n      width=\"140\"\n    /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://pypi.org/project/solathon/\" target=\"_blank\"\u003e\u003cimg src=\"https://badge.fury.io/py/solathon.svg\" alt=\"PyPI version\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/GitBolt/solathon/blob/master/LICENSE\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" alt=\"MIT License\"\u003e\u003c/a\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eSolathon\u003c/h1\u003e\n\nSolathon is a high performance, easy to use and feature-rich Solana SDK for Python. Easy for beginners, powerful for real world applications.\n\n# ✨ Getting started\n## Installation\n```\npip install solathon\n```\n## Client example\n```python\nfrom solathon import Client\n\nclient = Client(\"https://api.devnet.solana.com\")\n```\n## Basic usage example\n```python\n# Basic example of fetching a public key's balance\nfrom solathon import Client, PublicKey\n\nclient = Client(\"https://api.devnet.solana.com\")\npublic_key = PublicKey(\"B3BhJ1nvPvEhx3hq3nfK8hx4WYcKZdbhavSobZEA44ai\")\n\nbalance = client.get_balance(public_key)\nprint(balance)\n```\n\n# 🗃️ Contribution\nDrop a pull request for anything which seems wrong or can be improved, could be a small typo or an entirely new feature! Checkout [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on how to proceed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperteamdao%2Fsolathon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuperteamdao%2Fsolathon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperteamdao%2Fsolathon/lists"}