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)
orYarn (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:
# Using NPM
npm install --save lync-wallet-sdk@latest
# Using Yarn
yarn add lync-wallet-sdk
Congratulations! You have successfully installed lync-wallet-sdk
. If you encounter any issues or have any questions, feel free to reach out to our support team for assistance.