Building an Airdrop Package
First, you’ll need to create the project if you don’t have one already. You know the drill; execute this command and open your project in your IDE of choice.[Terminal]
[sui.move]
Coin
module for working with coins and the event
module for emitting events.
[sui.move]
[sui.move]
[sui.move]
[sui.move]
[sui.move]
public_transfer
function.
[sui.move]
[sui.move]
[sui.move]
[Terminal]