1.1.0 • Published 5 months ago

@xclabs/dapp-kit v1.1.0

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

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

  1. Build the component and hooks

  2. Create a story to preview and test your component

  3. 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