@uniblock/launcher-multisend

Summary

Users using this SDK can interact with multisend contracts they deployed through Uniblock services. They can not only get information from the contract but also use this contract to help users batch-transfer tokens or NFTs to multiple addresses.

Overview

We have created this package to simplify the interactions with one of the Uniblock contracts - the multisend contract. This makes the task of dealing with blockchain contracts easier for the developers. This means developers can call any contract methods in the same way they call APIs from their backend, thus allowing their applications to obtain the functionality of multisend contract they deployed. Take a look at the multisend contract documentation for more details.

The Uniblock multisend contract helps users send crypto tokens, NFTs or any other crypto assets in batches to multiple addresses. This package was created to simplify the usage of the multisend contract. This means developers can call multisend contract methods in the same way they call API endpoints from their backend, thus allowing their applications to obtain the functionality of the multisend contract they deployed.

Get Started

Add the sdk to the project to get started,

npm i @uniblock/launcher-multisend

or with yarn,

yarn add @uniblock/launcher-multisend