@parc3l/sdk
v0.1.26
Published
Parcel SDK. Includes complex web3 interactive widgets such as listing cards and checkouts.
Downloads
4
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.
cd
into your newly generatedcomponent-library
folder.- Run
yarn pack
. This will create aparcel-components-v0.0.1.tgz
tarball at the top level of thecomponent-library
folder. cd
into yoursdk
folder.- Run
yarn add ../PATH-TO-LIBRARY/component-library/parcel-components-v0.0.1.tgz
. - 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:
- Run
yarn
inside thesdk
directory. - Run
yarn dev
to start a local Storybook instance at port6006
.