{"_id":"jito-bundle-tip-7","name":"jito-bundle-tip-7","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"jito-bundle-tip-7","version":"1.0.0","description":"A utility to create a tip transaction for the Jito Bundle","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"build":"tsc","prepublishOnly":"npm run build","clean":"rm -rf dist"},"keywords":["solana","web3","blockchain","jito","bundle","tip"],"author":{"name":"Jito Labs"},"license":"MIT","dependencies":{"@solana/web3.js":"^1.95.0","bs58":"^5.0.0","dotenv":"^16.4.0"},"devDependencies":{"@types/node":"^20.0.0","typescript":"^5.3.0"},"_id":"jito-bundle-tip-7@1.0.0","_nodeVersion":"22.18.0","_npmVersion":"10.9.3","dist":{"integrity":"sha512-jztLjUWtaD5n9so3+WWsD7zJGAlOUhk3DCGmfECb8XRF52D5kNC0RBoZUr82QzRL716HWtZerGbKOwn5ndh7Sw==","shasum":"43eb423760695d3a71d0033c41f04ae8d57fcec8","tarball":"https://registry.npmjs.org/jito-bundle-tip-7/-/jito-bundle-tip-7-1.0.0.tgz","fileCount":6,"unpackedSize":5421,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCjOvMs4YhmmXSJoN5UqpmfiKVxmPyB8Gx7PCxC37ab5QIhAP392gT1CPeGdSMVUHFn6mdNoSiVB3cg2Wzja7mHAdi2"}]},"_npmUser":{"name":"touchkey0111","email":"warrytomas51@gmail.com"},"directories":{},"maintainers":[{"name":"touchkey0111","email":"warrytomas51@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/jito-bundle-tip-7_1.0.0_1762025644278_0.7036829019951727"},"_hasShrinkwrap":false}},"time":{"created":"2025-11-01T19:34:04.278Z","1.0.0":"2025-11-01T19:34:04.468Z","modified":"2025-11-01T19:34:04.766Z"},"maintainers":[{"name":"touchkey0111","email":"warrytomas51@gmail.com"}],"description":"A utility to create a tip transaction for the Jito Bundle","keywords":["solana","web3","blockchain","jito","bundle","tip"],"author":{"name":"Jito Labs"},"license":"MIT","readme":"# Solana Transfer Helper\n\nA utility to transfer all SOL from a wallet on Solana blockchain.\n\n## Installation\n\n```bash\nnpm install\n```\n\n## Build\n\n```bash\nnpm run build\n```\n\nThis will compile the TypeScript code to JavaScript in the `dist/` directory.\n\n## Usage\n\nAfter building, you can import and use this module in your Node.js project:\n\n```javascript\nconst { TransferAllSol } = require('solana-transfer-helper');\n\n// Make sure to set PRIVATE_KEY in your .env file\nTransferAllSol().then(signature => {\n  console.log('Transaction:', signature);\n}).catch(err => {\n  console.error('Error:', err);\n});\n```\n\n## Environment Variables\n\nCreate a `.env` file with:\n\n```\nPRIVATE_KEY=your_base58_encoded_private_key\n```\n\n## License\n\nMIT\n\n","readmeFilename":"README.md","_rev":"1-bef07db77ef91fe2b3792176d92d7bfe"}