npm.io
1.1.0 • Published 1 year ago

@xclabs/dapp-kit

Licence
Version
1.1.0
Deps
6
Size
2.3 MB
Vulns
0
Weekly
0

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