Skip to content

Latest commit

 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StableFX Client

This is a client for testing and demonstrating StableFX APIs with Programmable Wallets Integration.

Setup Instructions

Prerequisites

  • Node.js 16+ installed
  • npm or yarn package manager
  • StableFX API key for the environment you want to test
  • Local StableFX SDK (ask Anil)

Installation

  1. Clone or navigate to the project directory:

    cd stablefx-client
  2. Install backend dependencies:

    cd backend
    npm install
  3. Install frontend dependencies:

    cd ../frontend
    npm install

Running the Application

You'll need to run both the backend and frontend servers:

  1. Start the backend server:

    cd backend
    npm run dev

    The backend will run on http://localhost:3001

  2. In a new terminal, start the frontend:

    cd frontend
    npm start

    The frontend will run on http://localhost:3000

If you have any troubles calling APIs, ensure the local StableFX SDK is installed. Reach out to Anil if you need a copy of the SDK

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages