@parc3l/sdk
v0.1.26
Published
Parcel SDK. Includes complex web3 interactive widgets such as listing cards and checkouts.
Readme
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
- Clone the Parcel Component Library locally.
cdinto your newly generatedcomponent-libraryfolder.- Run
yarn pack. This will create aparcel-components-v0.0.1.tgztarball at the top level of thecomponent-libraryfolder. cdinto yoursdkfolder.- Run
yarn add ../PATH-TO-LIBRARY/component-library/parcel-components-v0.0.1.tgz. - Run
yarnto install the@parcel/componentspackage. You're ready to test the SDK!
Local Development
Follow a few easy steps to start testing:
- Run
yarninside thesdkdirectory. - Run
yarn devto start a local Storybook instance at port6006.
