Skip to content

HeimLabs/coinbase-sdk-payout-backend

Repository files navigation

Coinbase SDK Payout Backend

NodeJs TypeScript Coinbase


Prerequisites

Installation

npm i
  • Fill in the environment variables in the .env file, refer to the .env.example file for the required variables.
  • Create a CDP API key and save it as cdp_api_key.json in the root of the repository, refer to cdp_api_key.example.json.

Usage (in development mode)

Start the Express Server

npm run dev

Usage (in production mode)

Build the project

npm run build

Start the Express Server

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published