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:
OR
ethers v6 compatible package:
OR
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