Basic Usage
Before getting started, we''ll assume you already have an existing app running with Solidus setup. If you don't, get setup with Solidus first.
Installation
Using Yarn you can add the solidus-sdk
to your app.
yarn add solidus-sdk
Once you have solidus-sdk
installed, you can get started using it like so:
import { Solidus } from 'solidus-sdk'
const sdk = new Solidus({ href: 'https://mysolidus.app' })