patrick-pc / cryptip.me

The friendly way to accept tips in ETH.

Home Page:https://cryptip.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

💸 cryptip.me

The friendly way to accept tips in ETH. It's free, and no setup required. cryptip.me/your-ens-or-wallet-address

Getting Started

Project structure:

  • hardhat (smart contract)
  • next-app (front-end)
  • graph (event indexing)

Requirements

Usage

git clone https://github.com/web3slinger/cryptip.me.git

Setup environment variables. See .env.example

next-app

cd next-app
yarn dev

graph

See https://thegraph.com/en/ on how to create a subgraph.

hardhat

cd hardhat
hh deploy

Testing:

hh test

Deploying on mainnet or a testnet

  1. Setup environment variables
  2. Get ETH or testnet ETH
  3. Deploy
hh deploy --network rinkeby

Thank you!

If you appreciated this, feel free to follow me or tip me!

  • cryptip.me/web3slinger.eth
  • twitter.com/web3slinger

About

The friendly way to accept tips in ETH.

https://cryptip.me


Languages

Language:JavaScript 94.9%Language:Solidity 4.7%Language:CSS 0.4%