This is a client for testing and demonstrating StableFX APIs with Programmable Wallets Integration.
- Node.js 16+ installed
- npm or yarn package manager
- StableFX API key for the environment you want to test
- Local StableFX SDK (ask Anil)
-
Clone or navigate to the project directory:
cd stablefx-client -
Install backend dependencies:
cd backend npm install -
Install frontend dependencies:
cd ../frontend npm install
You'll need to run both the backend and frontend servers:
-
Start the backend server:
cd backend npm run devThe backend will run on
http://localhost:3001 -
In a new terminal, start the frontend:
cd frontend npm startThe 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