https://github.com/safe-global/safe-react-hooks
https://github.com/safe-global/safe-react-hooks
account react-hooks safe smart
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/safe-global/safe-react-hooks
- Owner: safe-global
- License: mit
- Created: 2024-07-23T08:26:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-14T10:53:11.000Z (6 months ago)
- Last Synced: 2025-06-16T14:56:50.997Z (4 months ago)
- Topics: account, react-hooks, safe, smart
- Language: TypeScript
- Size: 342 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Support: SUPPORT.md
Awesome Lists containing this project
README
# 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).