https://github.com/kryptocodes/airdrop_solana
https://github.com/kryptocodes/airdrop_solana
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kryptocodes/airdrop_solana
- Owner: kryptocodes
- Created: 2022-01-02T07:31:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-02T07:52:39.000Z (over 4 years ago)
- Last Synced: 2025-02-23T14:38:48.424Z (over 1 year ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```