{"id":21471425,"url":"https://github.com/max-tonny8/using_rpc","last_synced_at":"2025-03-27T20:19:37.072Z","repository":{"id":250664425,"uuid":"809834497","full_name":"max-tonny8/using_rpc","owner":"max-tonny8","description":"Most advanced collection of Public RPC / API for EVM and non-EVM blockchains (Bitcoin, Ethereum, Solana and etc)","archived":false,"fork":false,"pushed_at":"2024-06-03T14:36:52.000Z","size":1824,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T22:41:14.782Z","etag":null,"topics":["api","bitcoin","collection","ethereum","rpc","solana","web3"],"latest_commit_sha":null,"homepage":"","language":"Go","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/max-tonny8.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}},"created_at":"2024-06-03T14:36:01.000Z","updated_at":"2024-08-09T15:11:15.000Z","dependencies_parsed_at":"2024-07-29T08:40:45.160Z","dependency_job_id":null,"html_url":"https://github.com/max-tonny8/using_rpc","commit_stats":null,"previous_names":["tonny0831/using_rpc","max-tonny8/using_rpc"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/max-tonny8%2Fusing_rpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/max-tonny8%2Fusing_rpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/max-tonny8%2Fusing_rpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/max-tonny8%2Fusing_rpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/max-tonny8","download_url":"https://codeload.github.com/max-tonny8/using_rpc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245916741,"owners_count":20693400,"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":["api","bitcoin","collection","ethereum","rpc","solana","web3"],"created_at":"2024-11-23T09:34:36.584Z","updated_at":"2025-03-27T20:19:37.049Z","avatar_url":"https://github.com/max-tonny8.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Public RPC\n\n\u003cp align=\"left\"\u003e\n  \u003ca href=\"https://github.com/web3toolz/public-rpc/actions\"\u003e\u003cimg alt=\"GitHub Workflow Status (with event)\" src=\"https://img.shields.io/github/actions/workflow/status/web3toolz/public-rpc/build_images_on_push.yaml\"\u003e\u003c/a\u003e\n  \u0026nbsp;\n\u003c/p\u003e\n\n\u003chr/\u003e\n\u003ch4\u003e\n\u003ca target=\"_blank\" href=\"https://public-rpc.web3toolz.com/\" rel=\"dofollow\"\u003e\u003cstrong\u003eWebsite\u003c/strong\u003e\u003c/a\u003e\u0026nbsp;·\n\u003ca target=\"_blank\" href=\"https://api-public-rpc.web3toolz.com/\" rel=\"dofollow\"\u003e\u003cstrong\u003ePublic API\u003c/strong\u003e\u003c/a\u003e\n\u003c/h4\u003e \n\u003chr/\u003e\n\n### Features\n\n* The most complete list of public RPC nodes for the top EVM and non-EVM compatible blockchains.\n* Free Public API: Easy and open access for all developers. No API key required.\n\n# Getting Started\n\n## UI Component\n\n**Install**\n\n```shell\ncd ui\nyarn install\n```\n\n**Prepare configuration**\n\nCopy .env.template to .env.local and edit it.\n\n```shell\ncp .env.template .env.local\n```\n\n**Run server in development mode**\n\nGo to `https://localhost:3000` in your browser.\n\n```shell\nyarn dev\n```\n\n**Build static files**\n\nThey will be placed in `out` directory.\n\n```shell\nyarn build\n```\n\n## Backend component\n\n**Install**\n\n```shell\ncd backend\ngo install \n```\n\n**Prepare configuration**\n\nCopy `.env.example` to `.env` to the same directory and edit it.\n\n```shell\ncp .env.example .env\n```\n\n**Run server in development mode**\n\n```shell\ngo run cmd/cli/main.go run\n```\n\n**Request data from server**\n\n```shell\ncurl -X GET http://localhost:8000/ | jq\n```\n\n**Build application**\n\n```shell\ngo build -o public-rpc cmd/cli/main.go\n```\n\n## API Documentation\n\n### Endpoints\n\n* `GET \"/\"` - get public RPC nodes data\n\n### Response format\n\nThe API returns data in JSON format. Here is an example of a successful response:\n\n```json\n[\n  {\n    \"id\": \"75a38918-33f3-4277-a915-f3befb97283a\",\n    \"http\": \"https://endpoints.omniatech.io/v1/eth/mainnet/public\",\n    \"ws\": \"\",\n    \"provider\": \"omniatech\",\n    \"status\": \"active\",\n    \"chainId\": \"1\",\n    \"chain\": \"ethereum\",\n    \"network\": \"mainnet\",\n    \"addedAt\": \"2023-12-01T17:25:47.837Z\",\n    \"checkedAt\": \"2023-12-01T17:25:47.837Z\"\n  },\n  ...\n]\n\n```\n\n## License\n\nDistributed under the MIT License. See LICENSE for more information.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmax-tonny8%2Fusing_rpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmax-tonny8%2Fusing_rpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmax-tonny8%2Fusing_rpc/lists"}