Airdrop Manager web frontend for decentralized community-building airdrop managing
This tool was built with NodeJS so first install the current version.
Clone this repository with git:
git clone https://github.com/diegoxter/airman-gui
And then install it's dependencies with:
npm install
After that, you can run this frontend locally with
npm start