Skip to content

Latest commit

 

History

History
77 lines (54 loc) · 1.96 KB

README.md

File metadata and controls

77 lines (54 loc) · 1.96 KB

npm version code style: prettier

Airdrop-solana

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.

Prerequisites

This project requires NodeJS (version 8 or later) and NPM. Node and NPM are really easy to install. To make sure you have them available on your machine, try running the following command.

$ npm -v && node -v
6.4.1
v8.16.0

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installation

BEFORE YOU INSTALL: please read the prerequisites

Start with cloning this repo on your local machine:

$ git clone https://github.com/jp8042/airdrop-solana.git
$ cd airdrop-solana

To install and set up the library, run:

$ npm install

Serving the app

$ npm run dev

Running the lint

$ npm run lint

Running the auto fix lint issue

$ npm run fixLint

Contributing

Please read [CONTRIBUTING.md]( Still on its way, apologies ) for details on our code of conduct, and the process for submitting pull requests to us.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Add your changes: git add .
  4. Commit your changes: git commit -am 'Add some feature'
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request 😎

Built With

  • Coffee, i guess
  • Love
  • Solana - devnet
  • VSCode

Authors

  • Jevesh - Dev at Clinikk - Jevesh