0.0.1-beta-9 • Published 1 year ago

@halodao/dapp-kit v0.0.1-beta-9

Weekly downloads
-
License
-
Repository
-
Last release
1 year 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