An open API service indexing awesome lists of open source software.

https://github.com/kryptocodes/airdrop_solana


https://github.com/kryptocodes/airdrop_solana

Last synced: 30 days ago
JSON representation

Awesome Lists containing this project

README

          

# Solana AirDrop

Solana 101 airdrop program

# Introduction

Basic Program to demonstrate the airdrop functionality of the Solana blockchain. Airdrop refers to the act of sending a cryptocurrency to a wallet, usually for free, to either promote the cryptocurrency or enable developers to test out transactions over the blockchain without spending real money.

# Dependencies

@solana/web3.js

# Installation

```bash
npm install
```