unchained icon indicating copy to clipboard operation
unchained copied to clipboard

The multi-language/multi-currency/multi-store, headless Node.js E-Commerce Framework with Native Web3 Integration

Unchained Engine

Licensed under the EUPL 1.2

CLA assistant

📖 View Documentation

Code of conduct

See our Contributor Covenant Code of Conduct to view our pledge, standards, responsibilites & more.

Contributing

Please see our Contribution Guidelines.

Quickstart

Prerequisites

  • Node.js 16 (see .nvmrc)

Run the example

git clone https://github.com/unchainedshop/unchained.git
npm install
npm run build
cd examples/kitchensink
npm run build
npm start
  1. Navigate to http://localhost:4000/ to view the welcome screen. You can login with: user: [email protected] / password: password

  2. Navigate to http://localhost:4010/graphql to view the GraphQL Playground

Migration to Unchained 1.0

See changelog.md