@parc3l/sdk
TypeScript icon, indicating that this package has built-in type declarations

0.1.26 • Public • Published

Parcel Logo

Twitter Follow

The Parcel SDK is a collection of powerful web3 marketplace widgets and functions.

Features

  • 🎨 Simple Theming – Configure a single JSON object and integrate your design system seamlessly throughout all widgets.
  • 📖 Comprehensive Testing - Test isolated widgets with a pre-configured Storybook development environment.

Dependency

The SDK repository currently requires the existence of a Parcel Component Library tarball or npm package. If you did not download @parc3l/sdk via npm, follow these steps to create and link the tarball to your sdk:

Local

  1. Clone the Parcel Component Library locally.
  2. cd into your newly generated component-library folder.
  3. Run yarn pack. This will create a parcel-components-v0.0.1.tgz tarball at the top level of the component-library folder.
  4. cd into your sdk folder.
  5. Run yarn add ../PATH-TO-LIBRARY/component-library/parcel-components-v0.0.1.tgz.
  6. Run yarn to install the @parcel/components package. You're ready to test the SDK!

Local Development

Follow a few easy steps to start testing:

  1. Run yarn inside the sdk directory.
  2. Run yarn dev to start a local Storybook instance at port 6006.

Package Sidebar

Install

npm i @parc3l/sdk

Weekly Downloads

3

Version

0.1.26

License

UNLICENSED

Unpacked Size

579 kB

Total Files

403

Last publish

Collaborators

  • jgarcie
  • parcel-technology