Skip to content

coinbase/wallet_history_demo_backend

Repository files navigation

Coinbase Wallet History Demo Backend

NodeJs TypeScript Coinbase


Prerequisites

Installation

pnpm i
  • Fill in the environment variables in the .env file, refer to the .env.example file for the required variables. You'll need to create a CDP API key fill it on the .env file.

Development Usage

Start the Express Server

pnpm run dev

Production Usage

Build the project

pnpm run build

Start the Express Server

pnpm start

Deploying to Vercel

  1. Install Vercel client: npm i -g vercel
  2. Login on your terminal by running the command: vercel login and use the browser to login.
  3. Then, on the project folder, run vercel --prod to deploy it and it will be deployed after a few seconds. You'll be asked for a few configs the first time, you can use the default ones.