{"id":28897412,"url":"https://github.com/whisdev/genesys-launchpad","last_synced_at":"2025-08-01T21:03:12.608Z","repository":{"id":298449441,"uuid":"862415865","full_name":"whisdev/genesys-launchpad","owner":"whisdev","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-24T15:03:26.000Z","size":78,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-11T06:55:44.384Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/whisdev.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,"zenodo":null}},"created_at":"2024-09-24T15:02:40.000Z","updated_at":"2025-06-10T20:39:51.000Z","dependencies_parsed_at":"2025-06-11T06:55:52.195Z","dependency_job_id":"6d764a59-72c6-429f-9697-0102ce83a309","html_url":"https://github.com/whisdev/genesys-launchpad","commit_stats":null,"previous_names":["whisdev/genesys-launchpad"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/whisdev/genesys-launchpad","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whisdev%2Fgenesys-launchpad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whisdev%2Fgenesys-launchpad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whisdev%2Fgenesys-launchpad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whisdev%2Fgenesys-launchpad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whisdev","download_url":"https://codeload.github.com/whisdev/genesys-launchpad/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whisdev%2Fgenesys-launchpad/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261073397,"owners_count":23105643,"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":"2025-06-21T06:08:20.109Z","updated_at":"2025-08-01T21:03:12.563Z","avatar_url":"https://github.com/whisdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rune Launchpad Typescript\n---\nRune Launchpad(Users can claim rune tokens)\n\n## Prerequisites\n---\nBefore running the script, ensure you have the following dependencies installed:\n\n- `bitcoinjs-lib`\n- `ecpair`\n- `@bitcoinerlab/secp256k1`\n- `axios`\n- `runelib`\n-  `cbor`\n\nYou can install them using npm:\n\n```sh\nnpm install bitcoinjs-lib ecpair @bitcoinerlab/secp256k1 axios runelib\n```\n\n## Configuration\n---\nEnsure you have a `.env` file in your project root with the following variables:\n\n```plaintext\nPRIVATE_KEY=\u003cyour_private_key\u003e\nMNEMONIC=\u003cyour_seed_mnemonic\u003e (optional, if using SeedWallet)\n```\n### Usage\n\n1. **Initialize ECC Library**:\n   The script initializes the ECC library using `initEccLib` from `bitcoinjs-lib`.\n\n2. **Wallet Setup**:\n   The script supports two types of wallets: `SeedWallet` and `WIFWallet`. Currently, the `WIFWallet` is used.\n\n3. **Create Etching**:\n   The `etching` function is the main function that creates the recursive ordinal. It involves the following steps:\n   - Define the HTML content to be inscribed.\n   - Create an inscription object using `EtchInscription`.\n   - Define a Taproot script with the inscription and the wallet's public key.\n   - Generate a Taproot address and wait for UTXOs to be funded to this address.\n   - Create a Partially Signed Bitcoin Transaction (PSBT).\n   - Add inputs and outputs to the PSBT.\n   - Sign and broadcast the transaction.\n\n4. **Broadcast Transaction**:\n   The `signAndSend` function handles the signing and broadcasting of the transaction. It supports both node environment and browser environment.\n\n## Usage\n\n1. **Initialize ECC Library**:\n   The script initializes the ECC library using `initEccLib` from `bitcoinjs-lib`.\n\n2. **Wallet Setup**:\n   The script supports two types of wallets: `SeedWallet` and `WIFWallet`. Currently, the `WIFWallet` is used.\n\n3. **Minting with Taproot**:\n   The `mintWithTaproot` function is the main function that mints Runes. It involves the following steps:\n   - Define Runes to be minted.\n   - Create a Runestone with the specified Runes.\n   - Tweak the signer for Taproot key tweaking.\n   - Generate a Taproot address.\n   - Wait for UTXOs to be funded to this address.\n   - Create a Partially Signed Bitcoin Transaction (PSBT).\n   - Add inputs and outputs to the PSBT.\n   - Sign and broadcast the transaction.\n\n4. **Broadcast Transaction**:\n   The `signAndSend` function handles the signing and broadcasting of the transaction. It supports both node environment and browser environment.\n\n## Prerequisites\n\nMake sure you have the following dependencies installed:\n\n- `bitcoinjs-lib`\n- `ecpair`\n- `@bitcoinerlab/secp256k1`\n- `axios`\n- `cbor`\n- `runelib`\n\nYou can install them using npm:\n\n```sh\nnpm install bitcoinjs-lib ecpair @bitcoinerlab/secp256k1 axios cbor runelib\n```\n- The script is configured to work with the Bitcoin testnet.\n- Ensure that you have testnet coins available in the provided private key.\n- Adjust the fee and other parameters as needed.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhisdev%2Fgenesys-launchpad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhisdev%2Fgenesys-launchpad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhisdev%2Fgenesys-launchpad/lists"}