{"id":22416347,"url":"https://github.com/bunsdev/pulsar","last_synced_at":"2026-02-26T00:33:13.088Z","repository":{"id":107391743,"uuid":"426841747","full_name":"BunsDev/Pulsar","owner":"BunsDev","description":null,"archived":false,"fork":false,"pushed_at":"2021-05-05T19:32:52.000Z","size":5496,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-12T14:41:54.945Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"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/BunsDev.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":"2021-11-11T02:12:03.000Z","updated_at":"2022-02-19T20:47:05.000Z","dependencies_parsed_at":"2023-05-17T09:16:13.847Z","dependency_job_id":null,"html_url":"https://github.com/BunsDev/Pulsar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BunsDev/Pulsar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BunsDev%2FPulsar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BunsDev%2FPulsar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BunsDev%2FPulsar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BunsDev%2FPulsar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BunsDev","download_url":"https://codeload.github.com/BunsDev/Pulsar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BunsDev%2FPulsar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29845492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T22:37:40.667Z","status":"ssl_error","status_checked_at":"2026-02-25T22:37:25.960Z","response_time":61,"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":[],"created_at":"2024-12-05T15:15:49.599Z","updated_at":"2026-02-26T00:33:13.073Z","avatar_url":"https://github.com/BunsDev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏗 scaffold-eth - 🎟 Simple NFT Example\n\n\u003e Mint and display NFTs on Ethereum with a full example app...\n\n---\n\n## 🏃‍♀️ Quick Start\n\nrequired: [Node](https://nodejs.org/dist/latest-v12.x/) plus [Yarn](https://classic.yarnpkg.com/en/docs/install/) and [Git](https://git-scm.com/downloads)\n\n\n```bash\ngit clone https://github.com/austintgriffith/scaffold-eth.git simple-nft-example\n\ncd simple-nft-example\n\ngit checkout simple-nft-example\n```\n\n```bash\n\nyarn install\n\n```\n\n```bash\n\nyarn start\n\n```\n\n\u003e in a second terminal window:\n\n```bash\ncd simple-nft-example\nyarn chain\n\n```\n\n\u003e in a third terminal window:\n\n```bash\ncd simple-nft-example\nyarn deploy\n\n```\n\n📱 Open http://localhost:3000 to see the app\n\n---\n\n\u003e ✏️ Edit the mint script `mint.js` in `packages/hardhat/scripts` and update the `toAddress` to your frontend address (wallet address in the top right or localhost:3000).\n\n![image](https://user-images.githubusercontent.com/2653167/109536489-03e77a80-7a7b-11eb-8464-4876dc22547c.png)\n\n\n\u003e in a terminal window run the **mint** script:\n\n```bash\n\nyarn mint\n\n```\n\n![image](https://user-images.githubusercontent.com/2653167/109536688-44df8f00-7a7b-11eb-9382-7205f927c628.png)\n\n👀 You should see your collectibles show up if you minted to the correct address:\n\n![image](https://user-images.githubusercontent.com/2653167/109536827-6c365c00-7a7b-11eb-8482-2a7bb33a1bb5.png)\n\n👛 Open an *incognito* window and navigate to http://localhost:3000 (You'll notice it has a new wallet address).\n\n⛽️ Grab some gas for each account using the faucet:\n\n![image](https://user-images.githubusercontent.com/2653167/109543971-35b10f00-7a84-11eb-832e-36d6b66afbe7.png)\n\n🎟 Send an NFT to the *incognito* window address:\n\n![image](https://user-images.githubusercontent.com/2653167/109536955-925bfc00-7a7b-11eb-855d-bf1523ac524d.png)\n\n\n\u003cbr/\u003e\n\n🕵🏻‍♂️ Inspect the `Debug Contracts` tab to figure out what address is the `owner` of `YourCollectible`?\n\n💼 Edit your deployment script `deploy.js` in `packages/hardhat/scripts`\n\n---\n\n🔏 Edit your smart contract `YourCollectible.sol` in `packages/hardhat/contracts`\n\n📝 Edit your frontend `App.jsx` in `packages/react-app/src`\n\n\n🔑 Create wallet links to your app with `yarn wallet` and `yarn fundedwallet`\n\n⬇️ Installing a new package to your frontend? You need to `cd packages/react-app` and then `yarn add PACKAGE`\n\n## 📡 Deploy NFT smart contract!\n\n🛰 Ready to deploy to a testnet?\n\n\u003e Change the `defaultNetwork` in `packages/hardhat/hardhat.config.js`\n\n![image](https://user-images.githubusercontent.com/2653167/109538427-4d38c980-7a7d-11eb-878b-b59b6d316014.png)\n\n🔐 Generate a deploy account with `yarn generate`\n\n![image](https://user-images.githubusercontent.com/2653167/109537873-a2c0a680-7a7c-11eb-95de-729dbf3399a3.png)\n\n\n👛 View your deployer address using `yarn account` (You'll need to fund this account. Hint: use an [instant wallet](https://instantwallet.io) to fund your account via QR code)\n\n![image](https://user-images.githubusercontent.com/2653167/109537339-ff6f9180-7a7b-11eb-85b0-46cd72311d12.png)\n\n👨‍🎤 Deploy your NFT smart contract:\n\n```bash\nyarn deploy\n```\n---\n---\n\n\u003e ✏️ Edit your frontend `App.jsx` in `packages/react-app/src` to change the `targetNetwork` to wherever you deployed your contract:\n\n![image](https://user-images.githubusercontent.com/2653167/109539175-3e9ee200-7a7e-11eb-8d26-3b107a276461.png)\n\nYou should see the correct network in the frontend:\n\n![image](https://user-images.githubusercontent.com/2653167/109539305-655d1880-7a7e-11eb-9385-c169645dc2b5.png)\n\nAn instant wallet running on xDAI insired by [xdai.io](https://xdai.io).\n\n🎫 Ready to mint a batch of NFTs for reals?\n\n```bash\nyarn mint\n```\nawait tenderlyVerify(\n  {contractName: \"YourContract\",\n   contractAddress: yourContract.address\n})\n```\nMake sure your target network is present in the hardhat networks config, then either update the default network in `hardhat.config.js` to your network of choice or run:\n```\nyarn deploy --network NETWORK_OF_CHOICE\n```\nOnce verified, they will then be available to view on Tenderly!\n\n![image](https://user-images.githubusercontent.com/2653167/109539529-a5240000-7a7e-11eb-8d58-6dd7a14e1454.png)\n\n\n## ⚔️ Side Quests\n\n#### 🐟 Open Sea\n\n\u003e Add your contract to OpenSea ( create -\u003e submit NFTs -\u003e \"or add an existing contract\" )\n\n(It can take a while before they show up, but here is an example:)\n\nhttps://testnets.opensea.io/assets/0xc2839329166d3d004aaedb94dde4173651babccf/1\n\n---\n\n\n#### 🔍 Etherscan Contract Verification\n\n\u003e run `yarn flatten \u003e flat.txt` (You will need to clean up extra junk at the top and bottom of flat.txt. Sorry, rookie stuff here.)\n\n\u003e copy the contents of `flat.txt` to the block explorer and select compiler `v0.6.7` and `Yes` to `Optimization` (200 runs if anyone asks)\n\n![image](https://user-images.githubusercontent.com/2653167/109540618-f84a8280-7a7f-11eb-9a34-c239f1271247.png)\n\n---\n\n#### 🔶 Infura\n\n\u003e You will need to get a key from [infura.io](https://infura.io) and paste it into `constants.js` in `packages/react-app/src`:\n\n![image](https://user-images.githubusercontent.com/2653167/109541146-b5d57580-7a80-11eb-9f9e-04ea33f5f45a.png)\n\n---\n\n## 🛳 Ship the app!\n\n\u003e ⚙️ build and upload your frontend and share the url with your friends...\n\n```bash\n\n# build it:\n\nyarn build\n\n# upload it:\n\nyarn surge\n\nJoin the telegram [support chat 💬](https://t.me/joinchat/KByvmRe5wkR-8F_zz6AjpA)  to ask questions and find others building with 🏗 scaffold-eth!\n\nyarn s3\n\n===================================================== [⏫ back to the top ⏫](https://github.com/austintgriffith/scaffold-eth#-scaffold-eth)\n\nyarn ipfs\n```\n\n![image](https://user-images.githubusercontent.com/2653167/109540985-7575f780-7a80-11eb-9ebd-39079cc2eb55.png)\n\n\u003e 👩‍❤️‍👨 Share your public url with a friend and ask them for their address to send them a collectible :)\n\n![transfernft2](https://user-images.githubusercontent.com/2653167/109542105-df42d100-7a81-11eb-9e3a-7cc1f1ee0fb7.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbunsdev%2Fpulsar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbunsdev%2Fpulsar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbunsdev%2Fpulsar/lists"}