Getting Started
Prerequisites
Before you begin integrating Lootbox 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.
Integration
NPM Package: https://www.npmjs.com/package/@lyncworld/lootbox-evm-sdk
You can install the package using either npm or yarn. Follow the following instructions to install the SDK and get started -
Open your terminal.
Navigate to your project's directory.
We have 2 packages:
Ethers v5 compatible package:
npm install --save @lyncworld/lootbox-evm-sdkOR
yarn add @lyncworld/lootbox-evm-sdkethers v6 compatible package:
npm install --save @lyncworld/lootbox-evm-sdk@2.1.0-ethers-v6OR
yarn add @lyncworld/lootbox-evm-sdk@2.2.0-ethers-v6
Congratulations! You have successfully integrated @lyncworld/lootbox-evm-sdk 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