{"id":24789340,"url":"https://github.com/mullojo/portals","last_synced_at":"2026-05-03T19:34:46.097Z","repository":{"id":265302839,"uuid":"895737233","full_name":"mullojo/portals","owner":"mullojo","description":"Portals for receiving bitcoin anywhere","archived":false,"fork":false,"pushed_at":"2025-03-09T00:17:53.000Z","size":20740,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-22T09:24:08.990Z","etag":null,"topics":["bitcoin","giving","iframe-embeds","qrcode-generator"],"latest_commit_sha":null,"homepage":"https://mullojo.github.io/portals/basic/","language":"CSS","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/mullojo.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-11-28T19:43:48.000Z","updated_at":"2025-03-09T00:17:56.000Z","dependencies_parsed_at":"2024-11-28T20:44:11.598Z","dependency_job_id":null,"html_url":"https://github.com/mullojo/portals","commit_stats":null,"previous_names":["mullojo/portals"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mullojo/portals","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mullojo%2Fportals","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mullojo%2Fportals/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mullojo%2Fportals/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mullojo%2Fportals/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mullojo","download_url":"https://codeload.github.com/mullojo/portals/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mullojo%2Fportals/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32582840,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bitcoin","giving","iframe-embeds","qrcode-generator"],"created_at":"2025-01-29T17:17:14.694Z","updated_at":"2026-05-03T19:34:46.080Z","avatar_url":"https://github.com/mullojo.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🕳 Portals - Your Bitcoin Gift Portal!\n\nWelcome to **Portals**, a simple and fun way to embed a Bitcoin address on your website or blog. Whether you want people to scan a QR code or copy/paste your Bitcoin address, this project makes it *effortless*. Customize it, fork it, or embed it directly on your site—it's all up to you!\n\n---\n\n## 🌀 What is a Portal?\n\nA **Portal** is like a magical 🕳 where people can send Bitcoin gifts! With a sleek QR code and easy \"Copy Address\" button, it’s perfect for static embeds on blogs, personal websites, or any creative project.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"basic/basic_static_portal.png\" alt=\"Portal Example\" style=\"max-width: 100%; width: 500px;\"\u003e\n\u003c/p\u003e\n\n👉 **[See it live here! 👀](https://mullojo.github.io/portals/basic/)**\n\nCheck it out to experience the magic in action! Customize it to make your own 🌀 Portal for sharing your Bitcoin address.\n\n\n---\n\n## 🛠 Features\n\n- **Customizable**: Replace the Bitcoin address in the `basic` directory with your own.\n- **Embed-Ready**: Use an `\u003ciframe\u003e` to embed the portal seamlessly on any website.\n- **Lean \u0026 Simple**: Lightweight and efficient for fast loading.\n- **Clipboard Support**: One-click \"Copy Address\" functionality (with permissions).\n\n---\n\n## 🎉 How to Use It\n\nFollow these simple steps to create your own Portal:\n\n### 1️⃣ Fork this Repo\nClick the **Fork** button at the top right of this page to get started. Now you have your own copy of the repo to work with.\n\n### 2️⃣ Edit Your Address\n- Go to the `basic` directory.\n- Open the `scripts.js` file.\n- Replace the default Bitcoin address with your own in this line:\n\n  ```javascript\n  let address = \"bc1q6z4nspyadq0sdq3vkcdtxxzwlywfva557wfqsm0h5g5xnnzrmpdq4cmhe6\";\n  ```\n\n### 3️⃣ Push Changes\nOnce you've updated the address, commit and push your changes to your GitHub repo.\n\n### 4️⃣ Embed the Portal\nCopy and paste the following code into your blog or website:\n\n```html\n\u003ciframe src=\"https://YOUR-GITHUB-USERNAME.github.io/portals/basic/\" \n        width=\"100%\" \n        height=\"500\" \n        allow=\"clipboard-write\"\u003e \n\u003c/iframe\u003e\n```\n\nBe sure to replace `YOUR-GITHUB-USERNAME` with your actual GitHub username.\n\n---\n\n## 🌟 Example Embed\n\nHere’s how your Portal might look:\n\n```html\n\u003ciframe src=\"https://mullojo.github.io/portals/basic/\" \n        width=\"100%\" \n        height=\"500\" \n        allow=\"clipboard-write\"\u003e \n\u003c/iframe\u003e\n```\n\nFeel free to test it out and see the magic in action! 🕳✨\n\n---\n\n## 🎨 Customization Ideas\n\n- Change the QR code color or style in `scripts.js`.\n- Replace the background image in the `styles.css` file.\n- Add more functionality, like Lightning Network invoices or donation messages!\n\n---\n\n## 💬 Feedback and Contributions\n\nWe’d love to hear how you’re using **Portals**! Share your ideas, improvements, or customizations by creating a pull request or opening an issue.\n\nLet’s make Bitcoin gifting fun and creative for everyone! 🕳🎁\n\n---\n\n## 📜 License\n\nThis project is open-source under the MIT License. Use it freely and responsibly.\n\n---\n\nReady to jump in? 🕳 Start forking, customizing, and sharing your own **Portal** today!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmullojo%2Fportals","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmullojo%2Fportals","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmullojo%2Fportals/lists"}