{"id":25595487,"url":"https://github.com/polywrap/covalent","last_synced_at":"2026-06-19T12:32:43.558Z","repository":{"id":197268041,"uuid":"697787508","full_name":"polywrap/covalent","owner":"polywrap","description":"Covalent Wrap","archived":false,"fork":false,"pushed_at":"2023-10-16T18:13:11.000Z","size":111,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-21T11:45:24.292Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/polywrap.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":"2023-09-28T13:28:55.000Z","updated_at":"2023-09-29T17:08:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"56dcb161-5fd7-4731-b9c9-9fe00461cb53","html_url":"https://github.com/polywrap/covalent","commit_stats":null,"previous_names":["polywrap/covalent"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/polywrap/covalent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polywrap%2Fcovalent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polywrap%2Fcovalent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polywrap%2Fcovalent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polywrap%2Fcovalent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/polywrap","download_url":"https://codeload.github.com/polywrap/covalent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polywrap%2Fcovalent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34532253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"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":"2025-02-21T11:29:29.299Z","updated_at":"2026-06-19T12:32:43.535Z","avatar_url":"https://github.com/polywrap.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Covalent Wrap SDK\n\n## Introduction\n\nThe Covalent Wrap SDK offers a powerful interface to access blockchain data seamlessly. Leveraging the power of Polywrap, it encapsulates the intricate processes of querying blockchain data, making it easier and more efficient for developers to fetch token balances, transactions, transfers, and more without the need for manual API calls.\n\n## Features\n\n- **Broad Data Access**: Use the Wrap to retrieve comprehensive blockchain data, from token balances to detailed transaction logs.\n- **Cross-Platform**: Built upon Polywrap, this Wrap is designed to run across a vast array of platforms, ensuring broad compatibility.\n\n## Installation\n\nTo integrate Covalent Wrap SDK into your project, utilize the `npm` package manager:\n\n```bash\nnpm install @polywrap/client-js\n```\n\n\u003e Note: Installation procedures might vary based on your specific environment. For in-depth details, kindly refer to the [Polywrap documentation](https://docs.polywrap.io/).\n\n## Usage\n\nHere's a sample code that demonstrates how to fetch token balances of a specific Ethereum address:\n\n```javascript\nimport {PolywrapClient} from \"@polywrap/client-js\";\n\nasync function fetchTokenBalances() {\n  const accountAddress = \"\u003c0xYourEthereumAddress\u003e\";\n  const client = new PolywrapClient();\n\n  const result = await client.invoke({\n    uri: \"wrapscan.io/polywrap/covalent@1.0\",\n    method: \"getTokenBalances\",\n    args: { accountAddress },\n    env: {\n      apiKey: \"\u003cYOUR_API_KEY\u003e\",\n      vsCurrency: \"usd\",\n      format: 0  // JSON\n    }\n  });\n\n  console.log(result); // Outputs token balances for the given address\n}\n\nfetchTokenBalances().then(() =\u003e {\n  console.log(\"Fetching complete!\");\n});\n```\n\n## Covalent Wrap Overview\n\nThrough this Wrap, you gain access to several potent functionalities, including:\n\n- **Token Balances**: Retrieve token balances for a specific address.\n- **Token Transfers**: Fetch detailed token transfer events for an address.\n- **Transactions**: Obtain an extensive list of transactions associated with an address.\n- **Event Logs**: Deep dive into event logs for transactions.\n\nEach function provides valuable insights, making blockchain data more accessible and understandable, aiding in diverse applications like portfolio tracking, DApp development, and more.\n\n## Feedback and Contributions\n\nWe always appreciate feedback from the community. If you stumble upon issues or have suggestions, kindly open an issue on our GitHub repository. We also welcome contributions! Kindly adhere to the contribution guidelines and maintain a respectful code of conduct.\n\n## License\n\nThe Covalent Wrap SDK is covered under the [MIT License](LICENSE). For extensive details, please refer to the LICENSE file.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolywrap%2Fcovalent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpolywrap%2Fcovalent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolywrap%2Fcovalent/lists"}