An open API service indexing awesome lists of open source software.

https://github.com/ethworks/usedot


https://github.com/ethworks/usedot

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# useDot

Library providing React hooks for Substrate-based blockchains
## Development
This monorepo project uses [Rush](https://rushjs.io/) 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
```