{"id":15527356,"url":"https://github.com/zhixian001/alchemy-api","last_synced_at":"2026-04-16T04:03:00.788Z","repository":{"id":65522259,"uuid":"484538398","full_name":"zhixian001/alchemy-api","owner":"zhixian001","description":"Alchemy API module for Nest framework","archived":false,"fork":false,"pushed_at":"2022-04-28T18:22:47.000Z","size":154,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-03T17:37:46.568Z","etag":null,"topics":["alchemy","alchemyapi","nest","nestjs","nodejs","typescript","web3"],"latest_commit_sha":null,"homepage":"https://npmjs.com/package/@darrenyeom/alchemy-api","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/zhixian001.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}},"created_at":"2022-04-22T18:44:51.000Z","updated_at":"2022-04-22T18:59:07.000Z","dependencies_parsed_at":"2023-01-27T05:45:30.832Z","dependency_job_id":null,"html_url":"https://github.com/zhixian001/alchemy-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zhixian001/alchemy-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhixian001%2Falchemy-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhixian001%2Falchemy-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhixian001%2Falchemy-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhixian001%2Falchemy-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zhixian001","download_url":"https://codeload.github.com/zhixian001/alchemy-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhixian001%2Falchemy-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31870516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"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":["alchemy","alchemyapi","nest","nestjs","nodejs","typescript","web3"],"created_at":"2024-10-02T11:05:43.918Z","updated_at":"2026-04-16T04:03:00.765Z","avatar_url":"https://github.com/zhixian001.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"http://nestjs.com/\" target=\"blank\"\u003e\u003cimg src=\"https://nestjs.com/img/logo_text.svg\" width=\"320\" alt=\"Nest Logo\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# Nest Alchemy API module\n\n## Description\n\n[Alchemy Web3 API](https://www.npmjs.com/package/@alch/alchemy-web3) module for [Nest](https://github.com/nestjs/nest).\n\n## Installation\n\n```bash\n$ npm i -s @darrenyeom/alchemy-api @alch/alchemy-web3\n```\n\n## Quickstart\n\n\u003e app.module.ts\n\n```typescript\nimport { Module } from '@nestjs/common';\nimport { AlchemyApiModule } from '@darrenyeom/alchemy-api';\nimport { AppController } from './app.controller';\nimport { AppService } from './app.service';\n\n@Module({\n  imports: [\n    AlchemyApiModule.forRoot({\n      alchemyUrl:\n        'wss://eth-mainnet.alchemyapi.io/v2/\u003cAPI_KEY\u003e',\n    }),\n  ],\n  controllers: [AppController],\n  providers: [AppService],\n})\nexport class AppModule {}\n```\n\n\u003e app.service.ts\n```typescript\nimport { Injectable } from '@nestjs/common';\nimport { AlchemyApiService } from '@darrenyeom/alchemy-api';\n\n@Injectable()\nexport class AppService {\n  constructor(private readonly alchemyApiService: AlchemyApiService) {}\n\n  async getBlockNumber() {\n    return this.alchemyApiService.client.eth.getBlockNumber();\n  }\n}\n```\n\n\n## License\n\n[MIT](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhixian001%2Falchemy-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhixian001%2Falchemy-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhixian001%2Falchemy-api/lists"}