Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 737 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 737 Bytes

Monarch-Airdrop

everything you need to build on Ethereum! 🚀

🧪 Quickly experiment with Solidity using a frontend that adapts to your smart contract:

🏄‍♂️ Quick Start

Prerequisites: Node plus Yarn and Git

clone/fork ETH-airdrop:

git clone https://github.com/Monarch717/ETH-airdrop.git

install and start your 👷‍ Hardhat chain:

cd eth-airdrop
yarn install
yarn chain

in a second terminal window, start your 📱 frontend:

cd eth-airdrop
yarn start

in a third terminal window, 🛰 deploy your contract:

cd eth-airdrop
yarn deploy