TEAMTREV LNPAY is a Lightning project built with Galoy APIs for the BOLTFUN shock the web hackathon
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.
- 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
```
cd server
npm install
npm run start
```
```bash
yarn install
npm run dev
# or
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.