This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { | |
Commitment, | |
Connection, | |
Context, | |
RpcResponseAndContext, | |
SignatureResult, | |
SignatureStatus, | |
TransactionSignature, | |
} from "@solana/web3.js"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Airdrop amount | |
amount=2 | |
# Number of addresses to generate | |
num_addresses=10 | |
# Address to transfer all tokens to | |
receiver_address="CHANGE ME" |
NewerOlder