{"id":21131193,"url":"https://github.com/blockstarter/blockstarter","last_synced_at":"2025-06-14T15:05:57.853Z","repository":{"id":143862776,"uuid":"92222402","full_name":"blockstarter/blockstarter","owner":"blockstarter","description":"This is a white label solution to create a contribution crypto-wallet that can be used in your ICO campaign.","archived":false,"fork":false,"pushed_at":"2017-06-25T14:34:31.000Z","size":249,"stargazers_count":21,"open_issues_count":0,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-24T00:48:59.306Z","etag":null,"topics":["bitcoin","blockchain","blockstarter","coin","contribution","cryptocurrency","ethereum","ico","initial-coin-offering","kickstarter","litecoin","smart-contracts","token"],"latest_commit_sha":null,"homepage":"http://blockstarter.co/","language":"LiveScript","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/blockstarter.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":"2017-05-23T21:32:46.000Z","updated_at":"2023-06-21T20:05:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"edaff8ca-95e7-4e06-9df8-79e427b998f8","html_url":"https://github.com/blockstarter/blockstarter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blockstarter/blockstarter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blockstarter%2Fblockstarter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blockstarter%2Fblockstarter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blockstarter%2Fblockstarter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blockstarter%2Fblockstarter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blockstarter","download_url":"https://codeload.github.com/blockstarter/blockstarter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blockstarter%2Fblockstarter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259835392,"owners_count":22918980,"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":["bitcoin","blockchain","blockstarter","coin","contribution","cryptocurrency","ethereum","ico","initial-coin-offering","kickstarter","litecoin","smart-contracts","token"],"created_at":"2024-11-20T05:50:42.487Z","updated_at":"2025-06-14T15:05:57.848Z","avatar_url":"https://github.com/blockstarter.png","language":"LiveScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Crypto-wallet for ICO campaign\n\nHow to launch ICO? This is tool for it.\n\nExamples of successful ICO: [http://blockstarter.co](http://blockstarter.co)\n\n\nInstall \n=======\nThis is a white label solution to create a contribution crypto-wallet that can be used in your ICO campaign.\n\n## Install \n\nNodeJS is required.\n\n```\nnpm i blockstarter\n```\n\n## Usage\n\nIn your Nodejs project:\n\n```Javascript\nlet blockstarter = require('blockstarter');\n```\n\n### Get balance of cryptocurrency address\n\n```js\n// Get balance of BTC address\nblockstarter.balance.btc('BTC_PUBLIC_ADDRESS', (amount) =\u003e {\n   console.log(amount.toString());\n})\n\n// Get balance of LTC address\nblockstarter.balance.ltc('LTC_PUBLIC_ADDRESS', (amount) =\u003e {\n   console.log(amount.toString());\n})\n\n// Get balance of ETH address\nblockstarter.balance.eth('ETH_PUBLIC_ADDRESS', (amount) =\u003e {\n   console.log(amount.toString());\n})\n```\n\n### Get cryptocurrency rates\n\n```js\n// Get BTC/USD rate\nblockstarter.rate.btc( (usd) =\u003e {\n   console.log(usd);\n})\n\n// Get LTC/USD rate\nblockstarter.rate.ltc( (usd) =\u003e {\n   console.log(usd);\n})\n\n// Get ETH/USD rate\nblockstarter.rate.eth( (usd) =\u003e {\n   console.log(usd);\n})\n```\n\n## More code examples\n\n\nMore info\n```\nPlease check out `test` folder\n```\n\n\nPlease check out [./test](./test) folder for more usage examples.\n\n## Need help or integration?\n\nIf you need a help or integration with your sytem, please contact us at [blockstarter.co](http://blockstarter.co)\n\nSupport\n\n```\na.stegno@gmail.com\nleksandr.siman@gmail.com \n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblockstarter%2Fblockstarter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblockstarter%2Fblockstarter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblockstarter%2Fblockstarter/lists"}