@safe-global/safe-react-hooks
Version:
A collection of React Hooks that facilitates the interaction of React apps with Safe Smart Accounts
44 lines (26 loc) • 1.04 kB
Markdown
# Safe React Hooks
A collection of React hooks to simplify the usage of the Safe Core SDK for React developers, written in TypeScript.
## Table of Contents
- [Documentation](#documentation)
- [Installation](#installation)
- [Usage](#usage)
- [Available Hooks](#available-hooks)
- [Contributing](#contributing)
- [License](#license)
## Documentation
Head to the [Safe React Hooks docs](https://docs.safe.global/reference-sdk-react-hooks/overview) to learn more about how to use these hooks.
## Installation
To install the package, run:
```bash
npm install @safe-global/safe-react-hooks
```
or
```bash
yarn add @safe-global/safe-react-hooks
```
## Usage
## Available Hooks
## Contributing
If you are interested in contributing, please read the [Contributing Guidelines](https://github.com/safe-global/safe-react-hooks/tree/main/CONTRIBUTING.md) **before opening an issue or submitting a pull request**.
## License
This library is released under [MIT](https://github.com/safe-global/safe-react-hooks/tree/main/LICENSE.md).