Get 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:
or
npm install --save @lyncworld/lootbox-evm-sdk
yarn add @lyncworld/lootbox-evm-sdk
- ethers v6 compatible package:
or
npm install --save @lyncworld/lootbox-evm-sdk@2.1.0-ethers-v6
yarn add @lyncworld/lootbox-evm-sdk@2.2.0-ethers-v6
- Ethers v5 compatible package:
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.