/commerce-explorer-js

Coinbase Commerce REST API sample application for merchants

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Built with Next.js, Rose Interiors is a luxury furniture store that has implemented Coinbase Commerce to accept crypto payments from customers.

Payment activity can be monitored via the Coinbase Commerce Merchant Dashboard.

Crypto funds are settled within a managed Coinbase Exchange account as USD to be withdrawn or traded at anytime.

Getting Started

Node install npm and use node version v18.2.0

npm install -g npm

Install dependencies

npm install

Run the development server:

npm run dev

Then, run the backend server:

npm run start::backend

Open http://localhost:3000 with your browser to see the result.