{"id":27968629,"url":"https://github.com/nethermindeth/starkweb","last_synced_at":"2025-05-07T21:05:42.549Z","repository":{"id":261398617,"uuid":"883694453","full_name":"NethermindEth/starkweb","owner":"NethermindEth","description":"Complete toolkit to build on the stark side of the web","archived":false,"fork":false,"pushed_at":"2025-03-24T16:52:30.000Z","size":2564,"stargazers_count":8,"open_issues_count":10,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-07T21:05:36.502Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://starkweb.xyz/","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/NethermindEth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","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-11-05T12:16:05.000Z","updated_at":"2025-05-07T16:59:28.000Z","dependencies_parsed_at":"2025-01-01T23:21:41.070Z","dependency_job_id":"04026774-9116-4e8a-8f28-bb16204725c4","html_url":"https://github.com/NethermindEth/starkweb","commit_stats":null,"previous_names":["nethermindeth/starkweb"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NethermindEth%2Fstarkweb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NethermindEth%2Fstarkweb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NethermindEth%2Fstarkweb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NethermindEth%2Fstarkweb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NethermindEth","download_url":"https://codeload.github.com/NethermindEth/starkweb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252954428,"owners_count":21830903,"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":[],"created_at":"2025-05-07T21:05:41.959Z","updated_at":"2025-05-07T21:05:42.531Z","avatar_url":"https://github.com/NethermindEth.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cdiv align=\"center\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"app/starkweb/docs/public/starkweb_horizontal_dark.svg\"\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"app/starkweb/docs/public/starkweb_horizontal_light.svg\"\u003e\n    \u003cimg alt=\"StarkWeb Logo\" src=\"app/starkweb/docs/public/starkweb_horizontal_light.svg\" width=\"200\"\u003e\n  \u003c/picture\u003e\n\u003c/div\u003e\n\n\n# Starkweb · all-in-one Starknet Toolkit\n\n[![npm version](https://img.shields.io/npm/v/starkweb.svg)](https://www.npmjs.com/package/starkweb)\n[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\nA TypeScript toolkit for Starknet development.\n\n## Installation\n\n```bash\nnpm install starkweb\n```\n\n## Quick Start\n\n```typescript\n// 1. Import modules\nimport { createPublicClient, http } from \"starkweb\";\nimport { mainnet } from \"starkweb/chains\";\n\n// 2. Set up your client\nconst client = createPublicClient({\n  chain: mainnet,\n  transport: http(),\n});\n\n// 3. Consume an action!\nconst blockNumber = await client.getBlockNumber();\n```\n\n## Features\n\n- Abstractions over [JSON-RPC API](https://ethereum.org/en/developers/docs/apis/json-rpc/)\n- First-class Smart Contract APIs\n- Aligned with official [Starknet terminology](https://docs.starknet.io/glossary/)\n- Multiple wallet integration options (Browser Extension, WalletConnect, Private Key)\n- Native [BigInt](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) support\n- ABI utilities (encoding/decoding/inspection)\n- TypeScript support for ABIs and EIP-712 Typed Data\n- Testing suite with network forking\n- Integration with popular tools (Anvil, Hardhat, Ganache)\n\n## Community\n\n- Follow [@NethermindStark](https://twitter.com/NethermindStark) for updates\n- Join [Telegram discussions](https://t.me/strkweb)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnethermindeth%2Fstarkweb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnethermindeth%2Fstarkweb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnethermindeth%2Fstarkweb/lists"}