{"id":13566987,"url":"https://github.com/lavanet/lava-sdk-providers","last_synced_at":"2025-08-11T02:03:21.241Z","repository":{"id":153750475,"uuid":"610793160","full_name":"lavanet/lava-sdk-providers","owner":"lavanet","description":"Lava SDK providers","archived":false,"fork":false,"pushed_at":"2024-02-14T20:24:41.000Z","size":471,"stargazers_count":12,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-03T22:54:11.808Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lavanet.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}},"created_at":"2023-03-07T13:50:44.000Z","updated_at":"2024-12-25T20:53:21.000Z","dependencies_parsed_at":"2024-04-08T11:59:09.142Z","dependency_job_id":null,"html_url":"https://github.com/lavanet/lava-sdk-providers","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/lavanet/lava-sdk-providers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lavanet%2Flava-sdk-providers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lavanet%2Flava-sdk-providers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lavanet%2Flava-sdk-providers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lavanet%2Flava-sdk-providers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lavanet","download_url":"https://codeload.github.com/lavanet/lava-sdk-providers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lavanet%2Flava-sdk-providers/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269643724,"owners_count":24452425,"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","status":"online","status_checked_at":"2025-08-09T02:00:10.424Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-08-01T13:02:20.984Z","updated_at":"2025-08-11T02:03:21.153Z","avatar_url":"https://github.com/lavanet.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/2770565/223762290-44afc792-8ad4-4dbb-b2c2-532780d6c5de.png\" alt=\"Logo\" width=\"80\" height=\"80\"\u003e\n  \u003ch3 align=\"center\"\u003eLava SDK Providers - \u003ci\u003eALPHA\u003c/i\u003e\u003c/h3\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n\u003cb\u003eAccess Web3 APIs, the Lava way 🌋\u003c/b\u003e\n\nThis repository contains implementations of providers for various third-party libraries used for accessing blockchains.\n\nThe providers in this repository use the [Lava-SDK](https://github.com/lavanet/lava-sdk) for decentralized access using the Lava ecosystem. The lava-sdk provides an easy-to-use interface for querying specified network in fully decentralized way, and the providers in this repository abstract away the implementation details for specific third-party libraries.\n\n\u003c!-- Roadmap --\u003e\n\n## Roadmap\n\nThe Lava-SDK-providers is currently in the Alpha stage and is not production-ready for all usecases.\n\nRoadmap highlights:\n\n1. Implement ethers.js provider ✅\n2. Implement web3.js provider ✅\n3. Implement cosmosJS provider\n\n\u003c!-- Prerequisites --\u003e\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- Installation --\u003e\n\n## Installation\n\n### Prerequisites (Alpha version)\n\n_SDK setup requires additional steps at the moment, but we're working on minimizing prerequisites as we progress through the roadmap._\n\n1. Create a wallet on the Lava Testnet, have LAVA tokens\n1. Stake in the chain you want to access\n1. Stake in Lava chain\n\nNeed help? We've got you covered 😻 Head over to our [Discord](https://discord.gg/5VcqgwMmkA) channel `#developers` and we'll provide testnet tokens and further support\n\n### Yarn\n\n```bash\nyarn add @lavanet/lava-sdk-providers\n```\n\n### NPM\n\n```bash\nnpm install @lavanet/lava-sdk-providers\n```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- USAGE EXAMPLES --\u003e\n\n## Usage\n\nFor each provider implementation, there is a separate readme file on how to use it. Below are the available provider implementations along with a link to their respective readme file:\n\n1. [Ethers.js](https://github.com/lavanet/lava-sdk-providers/blob/main/ethersjs/README.md)\n2. [Web3js](https://github.com/lavanet/lava-sdk-providers/blob/main/web3js/README.md)\n\nMake sure to follow the instructions in the respective readme file to properly configure and use the provider implementation.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flavanet%2Flava-sdk-providers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flavanet%2Flava-sdk-providers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flavanet%2Flava-sdk-providers/lists"}