Getting Started
Prerequisites
Before you begin integrating Fuel Marketplace 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.
Installing the Package
You can install the package using either npm or yarn. Follow these steps:
Open your preferred terminal.
Navigate to your project's directory.
Run the following command:
npm install --save @lyncworld/fuel-marketplace@latestOr
yarn add @lyncworld/fuel-marketplaceCongratulations! You have successfully installed @lyncworld/fuel-marketplace into your project. If you encounter any issues or have any questions, feel free to reach out to our support team for assistance.
Last updated