{"id":21485908,"url":"https://github.com/sellgate/node-sdk","last_synced_at":"2026-04-12T22:55:22.595Z","repository":{"id":251588610,"uuid":"836731883","full_name":"Sellgate/node-sdk","owner":"Sellgate","description":"NodeJS SDK for the Sellgate API. Start accepting crypto payments in minutes.","archived":false,"fork":false,"pushed_at":"2024-08-05T18:39:28.000Z","size":112,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-23T19:36:16.880Z","etag":null,"topics":["api","api-rest","bitcoin","blockchain","crypto-tools","cryptocurrency","ethereum","payments"],"latest_commit_sha":null,"homepage":"https://sellgate.io","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/Sellgate.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":"2024-08-01T12:50:32.000Z","updated_at":"2024-08-05T18:39:31.000Z","dependencies_parsed_at":"2024-08-04T09:33:32.385Z","dependency_job_id":"9e513d42-ee98-4a84-8e65-5ddc78009f5d","html_url":"https://github.com/Sellgate/node-sdk","commit_stats":null,"previous_names":["sellgate/node-sdk"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sellgate%2Fnode-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sellgate%2Fnode-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sellgate%2Fnode-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sellgate%2Fnode-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sellgate","download_url":"https://codeload.github.com/Sellgate/node-sdk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244014134,"owners_count":20383715,"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":["api","api-rest","bitcoin","blockchain","crypto-tools","cryptocurrency","ethereum","payments"],"created_at":"2024-11-23T13:18:05.408Z","updated_at":"2026-04-12T22:55:17.548Z","avatar_url":"https://github.com/Sellgate.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sellgate Node SDK\n\nThis is the Sellgate Node SDK. It is a simple SDK to use the Sellgate API. \n\nSellgate provides an API service that allows sellers and developers to easily integrate crypto payments into their applications or payment flows. Using our service has several benefits:\n\n- Low transaction fees, just 1%.\n- No authentication required for any usage: No API keys, no accounts.\n- Examples for quick implementation on our docs.\n- Support for bug fixes, extra features and integration assistance.\n\nFor further documentation, please refer to the [Sellgate docs](https://sellgate.io/docs)\n\n## Installation\n\n```bash\nnpm install sellgate\n```\t\n\n## Usage\n\n```js\nimport { sellgate } from 'sellgate';\n\nconst checkout = sellgate.createCheckout({\n  title: 'Premium Subscription',\n  description: '1-year access to all premium features',\n  currency: 'USD',\n  price: '99.99',\n  crypto: [\n    {\n      network: 'ETH',\n      coin: 'ETH',\n      address: '0xB1DA646D1cD015d205a99198e809724D5C78109d',\n    },\n  ],\n  webhook: 'https://example.com/webhook',\n  return: 'https://example.com/thank-you',\n})\n\nconsole.log(checkout.url);\n\nconst address = sellgate.createAddress({\n  crypto: {\n    network: 'ETH',\n    coin: 'ETH',\n    address: '0xB1DA646D1cD015d205a99198e809724D5C78109d',\n  },\n  webhook: 'https://example.com/webhook',\n})\n\nconsole.log(address.receive_address)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsellgate%2Fnode-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsellgate%2Fnode-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsellgate%2Fnode-sdk/lists"}