@xclabs/dapp-kit
v1.0.1-beta-1
Published
A reactjs library of hooks and components in building Xave-like decentralized apps.
Downloads
22
Readme
Xave dApp Kit
A reactjs library of hooks and components in building Xave-like decentralized apps.
Development
# install deps
yarn
# run storybook to preview components
yarn storybook
Dev work flow
Build the component and hooks
Create a story to preview and test your component
Publish a new version to npm
Shipping
# 1. build the library
yarn build
# 2. update version on package.json
// update package.json > version manually
# 3. publish to npm
yarn npm-publish