Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 573 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 573 Bytes

useDot

Library providing React hooks for Substrate-based blockchains

Development

This monorepo project uses Rush for package management, including building, testing and linting.

To start developing, execute following commands

rush update
rush build

Building project

Any time you pull changes to your branch or modify package.json, you need to run

rush update
rush build

Apart from that, use

rush build

Testing

To run tests type

rush test

Linting

To run linter type

rush lint