{"id":15428941,"url":"https://github.com/timdaub/string-to-btc-addresses","last_synced_at":"2025-10-28T08:04:39.065Z","repository":{"id":23822960,"uuid":"27199817","full_name":"TimDaub/string-to-btc-addresses","owner":"TimDaub","description":"A little script that converts text to bitcoin addresses which can be used as outputs in transactions","archived":false,"fork":false,"pushed_at":"2014-11-26T23:43:10.000Z","size":356,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-02T06:24:14.025Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/TimDaub.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":"2014-11-26T22:55:36.000Z","updated_at":"2018-08-27T11:41:39.000Z","dependencies_parsed_at":"2022-08-22T05:10:22.173Z","dependency_job_id":null,"html_url":"https://github.com/TimDaub/string-to-btc-addresses","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/TimDaub%2Fstring-to-btc-addresses","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimDaub%2Fstring-to-btc-addresses/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimDaub%2Fstring-to-btc-addresses/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimDaub%2Fstring-to-btc-addresses/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TimDaub","download_url":"https://codeload.github.com/TimDaub/string-to-btc-addresses/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245974977,"owners_count":20703135,"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-10-01T18:08:08.015Z","updated_at":"2025-10-28T08:04:38.993Z","avatar_url":"https://github.com/TimDaub.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Node.js: string-to-btc-addresses\n==============================\n\nThis little script encodes a given text into valid bitcoin addresses that can later\nbe used as outputs in a transaction in order to save a message _forever_ in the blockchain.\n\nThis was inspired by [Ken Shirriff](http://www.righto.com/2014/02/ascii-bernanke-wikileaks-photographs.html). \n\n\nThis package can be found on [npm](https://www.npmjs.org/package/string-to-btc-addresses).\n\n## Usage\n\n```\nnpm install string-to-btc-addresses --save-dev\n```\n\n\nIn your application:\n\n```\nvar stringToBtcAddresses = require('string-to-btc-addresses');\n\nvar addresses = stringToBtcAddresses.encode('this is so romantic :heart:');\nvar strings = stringToBtcAddresses.decode(addresses);\n\nconsole.log(addresses);\nconsole.log(strings);\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimdaub%2Fstring-to-btc-addresses","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimdaub%2Fstring-to-btc-addresses","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimdaub%2Fstring-to-btc-addresses/lists"}