Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 997 Bytes

README.md

File metadata and controls

40 lines (23 loc) · 997 Bytes

TEAMTREV LNPAY

TEAMTREV LNPAY is a Lightning project built with Galoy APIs for the BOLTFUN shock the web hackathon

Team Trev Presentation video Youtube

The web app allows users to specify the ratio of Bitcoin and USD they wish to accept. Due to the volatility of Bitcoin, a user can specify the ratio they want to keep in their Bitcoin and also their USD wallet.

How To Run

  • Clone the repository git clone https://github.com/elraphty/TeamTREVLNpay.git
  • After cloning, create a .env file touch .env
  • Copy the env variable from .env.sample file and update with your own values

SERVER

```
    cd server

    npm install

    npm run start

```

CLIENT

```bash
   
    yarn install

    npm run dev
    # or
    yarn dev

```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.