Skip to main content

Getting Started

Prerequisites​

Before you begin integrating Launchpad SDK, make sure you have the following prerequisites:

  • Node.js (version 20 or above) installed on your system.
  • NPM (version 10 or above) or Yarn (latest version) installed on your system.
  • Basic understanding of Ethereum and ethers.js

Installing the Package​

You can install the package using either NPM or Yarn. Follow these steps:

  1. Open your preferred terminal.
  2. Navigate to your project's directory.
  3. Run the following command:
# 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 any questions, feel free to reach out to our support team for assistance.