lync-launchpad-sdk
v1.0.5
Published
Before integrating **Launchpad SDK**, make sure you have the following:
Readme
🚀 Getting Started with Launchpad SDK
🧩 Prerequisites
Before integrating Launchpad SDK, make sure you have the following:
- Node.js — version 20 or above
- NPM (version 10+) or Yarn (latest)
- Basic understanding of Ethereum and ethers.js
⚙️ Dependencies
"ethers": "^5.7.2"📚 Helpful Links
- 🧠 Docs: Launchpad SDK Getting Started
- 💻 SDK Source Code: LYNC Launchpad SDK (GitHub)
- 🧪 Demo Project: Launchpad SDK Demo (GitHub)
📦 Installing the Package
You can install the package using either NPM or Yarn.
- Open your terminal.
- Navigate to your project directory.
- Run one of the following commands:
# Using NPM
npm install --save lync-launchpad-sdk@latest ethers
# Using Yarn
yarn add lync-launchpad-sdk ethers✅ Congratulations! You have successfully installed lync-launchpad-sdk.
If you encounter any issues or have questions, feel free to reach out to our support team.
🌐 Supported Chains
| Chain Name | Chain ID |
|---------------------------|-------------|
| Ethereum Mainnet | 0x1 |
| Base Mainnet | 0x2105 |
| Polygon Mainnet | 0x89 |
| BNB Mainnet | 0x38 |
| Ethereum Sepolia Testnet | 0xaa36a7 |
| Base Sepolia Testnet | 0x14a34 |
| Polygon Amoy Testnet | 0x13882 |
| Arbitrum Sepolia Testnet | 0x66eee |
Note: The SDK currently supports the above EVM-compatible networks.
💡 Next Steps
Once you’ve installed the SDK, you can start initializing it and connecting your wallet to interact with the Launchpad protocol.
Check out the official docs for setup examples and code snippets.
