niiischall / PickUpLines-Blockchain

The blockchain code behind the dApp pickuplines.art

Home Page:https://www.pickuplines.art

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pickuplines - The blockchain code behind Pick Up Lines

Get to know about the app, on its offical website.

Introduction

Pick Up Lines is a fun, little decentralized app for sharing some of your best pick up lines with all the data being hosted on the Ethereum Rinkeby Network.

Features

  • See some quirky pickup lines shared by others.
  • Post a pickup line yourself.
  • Share the ones you liked on twitter.

pickuplines

Steps to Install

It's live! You can check it out here.

You can also run it locally in your machine, by following these steps.

  1. Clone the repo (https://github.com/niiischall/PickUpLines-Blockchain):
  2. Navigate to the folder.
  3. Run npm install.
  4. Now npx hardhat compile.
  5. Execute npx run hardhat scripts/run.js (To run the test script).
  6. You're all set! You'll see the deployed blockchain instance on your local system.

About

The blockchain code behind the dApp pickuplines.art

https://www.pickuplines.art

License:MIT License


Languages

Language:JavaScript 60.1%Language:Solidity 39.9%