coinbase-samples / commerce-explorer-js

Coinbase Commerce REST API sample application for merchants

Home Page:https://docs.cloud.coinbase.com/commerce/docs/welcome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Coinbase Commerce REST API sample application for merchants

https://docs.cloud.coinbase.com/commerce/docs/welcome

License:Apache License 2.0


Languages

Language:JavaScript 91.6%Language:CSS 8.4%