Skip to content

Tymmmy/open-payments-express

 
 

Repository files navigation

Open Payments Express App

A lightweight application to show the Open Payments API functions.

Requirements

Before you begin, you need to install the following tools:

Quick Start

1. Clone the repository

Open Visual Studio Code and open a terminal in your Visual Studio Code. Then run this command below:

git clone https://github.com/FinHubSA/open-payments-express.git

2. Install Dependencies

Make sure Visual Studio Code has the open-payments-express project opened and continue in terminal:

npm install

3. Setup .env file

  • Follow this tutorial to setup your test wallet
  • Create a new .env file, right next to the .env.example and copy all code from .env.example to .env.
  • Copy key ID and the wallet address into the .env file.
  • Put the private key in the root folder i.e. open-payments-express/private.key. The private key file was saved and generated automatically when you created Developer Keys for your wallet address.

4. Start the Server

# Development mode with auto-restart
npm run dev

The server will start on http://localhost:3001

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 34.5%
  • TypeScript 30.1%
  • CSS 22.5%
  • HTML 12.9%