{"id":19947352,"url":"https://github.com/firstbatchxyz/warp-plugins","last_synced_at":"2025-03-01T14:18:42.765Z","repository":{"id":104282471,"uuid":"584772893","full_name":"firstbatchxyz/warp-plugins","owner":"firstbatchxyz","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-01T10:03:11.000Z","size":615,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-12T05:28:30.503Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/firstbatchxyz.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-03T13:32:36.000Z","updated_at":"2024-05-08T15:03:13.000Z","dependencies_parsed_at":"2025-01-12T05:28:43.876Z","dependency_job_id":"b1fb945f-7dad-4e12-91de-2ee7b630196c","html_url":"https://github.com/firstbatchxyz/warp-plugins","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstbatchxyz%2Fwarp-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstbatchxyz%2Fwarp-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstbatchxyz%2Fwarp-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstbatchxyz%2Fwarp-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/firstbatchxyz","download_url":"https://codeload.github.com/firstbatchxyz/warp-plugins/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241374550,"owners_count":19952545,"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":"2024-11-13T00:35:45.289Z","updated_at":"2025-03-01T14:18:42.753Z","avatar_url":"https://github.com/firstbatchxyz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Custom Warp Contracts Plugins\n\nThis is a monorepo that includes all the FirstBatch custom warp plugins and examples.\n\n## Installation\n\n```bash\nyarn add warp-contracts-plugin-fetch\nyarn add warp-contracts-plugin-snarkjs\n```\n\n## Usage\n\nAll you need to do is import the plugin as you normally do with packages installed with npm or yarn.\n\n```js\nimport { WarpFactory } from \"warp-contracts\";\nimport { FetchExtension } from \"warp-contracts-plugin-fetch\";\n\nconst warp = WarpFactory.forMainnet().use(new FetchExtension());\n```\n\nYou can cascade the plugins (use multiple plugins) like this,\n\n```js\nconst warp = WarpFactory.forMainnet()\n  .use(new FetchExtension())\n  .use(new SnarkjsExtension());\n```\n\nCheck the [example folder](./example/) for example usage.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirstbatchxyz%2Fwarp-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirstbatchxyz%2Fwarp-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirstbatchxyz%2Fwarp-plugins/lists"}