{"id":23425369,"url":"https://github.com/temarusanov/web3-development-kit","last_synced_at":"2026-04-09T20:44:30.552Z","repository":{"id":64954967,"uuid":"579943043","full_name":"temarusanov/web3-development-kit","owner":"temarusanov","description":"Nx monorepo for solidity and dApps (SDK support)","archived":false,"fork":false,"pushed_at":"2022-12-20T07:42:05.000Z","size":477,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-15T05:44:13.504Z","etag":null,"topics":["eth-sdk","ethereum","hardhat","nx","react","sdk","solidity","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/temarusanov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-12-19T10:28:43.000Z","updated_at":"2024-05-26T15:58:31.000Z","dependencies_parsed_at":"2023-01-30T00:00:25.139Z","dependency_job_id":null,"html_url":"https://github.com/temarusanov/web3-development-kit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/temarusanov%2Fweb3-development-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/temarusanov%2Fweb3-development-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/temarusanov%2Fweb3-development-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/temarusanov%2Fweb3-development-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/temarusanov","download_url":"https://codeload.github.com/temarusanov/web3-development-kit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248034104,"owners_count":21036924,"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":["eth-sdk","ethereum","hardhat","nx","react","sdk","solidity","typescript"],"created_at":"2024-12-23T05:11:47.171Z","updated_at":"2026-04-09T20:44:30.488Z","avatar_url":"https://github.com/temarusanov.png","language":"TypeScript","readme":"# Web3 development kit\n\n## What's this for?\n\nNx monorepo that prepared to develop contract and frontend in one repository. Main feature of that is contracts' SDK for web applications.\nDevelop and build full typed applications.\n\n## Used with\n\n- [Nx](https://nx.dev/). Monorepo orchestrator\n- [eth-sdk](https://github.com/dethcrypto/eth-sdk). Type-safe, lightweight SDKs for Ethereum smart contracts\n- [Hardhat](https://hardhat.org/). Ethereum development environment\n\n## Usage\n\nFirst, install dependencies. Installing will build contract SDK for you. If you have any config in `packages/contracts/sdk` folder\n\n```bash\nyarn install\n```\n\nThen, create a web application (React, Vue, Angular) and add `contracts` package for you dependencies\n\n```json\n// packages/sample/package.json\n\n{\n  \"name\": \"sample\",\n  \"version\": \"0.0.0\",\n  \"main\": \"dist/index.js\",\n  \"devDependencies\": {},\n  \"scripts\": {\n    \"build\": \"tsc index.ts --outDir dist\"\n  },\n  \"dependencies\": {\n    \"contracts\": \"*\" // \u003c-- add this line\n  }\n}\n```\n\nIt need to tell Nx that your package is depend on `contracts` package. After that on every `build` script in your package Nx will regenerate SDK for you.\nSo, you always have a fresh SDK of contracts\n\nConfigure your SDK using [`eth-sdk` package](https://github.com/dethcrypto/eth-sdk)\n\n## Examples\n\nCheck out [the sample](./packages/sample/index.ts) for examples\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftemarusanov%2Fweb3-development-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftemarusanov%2Fweb3-development-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftemarusanov%2Fweb3-development-kit/lists"}