# @hashlike-official/extend-web3-react-kaikas

> kaikas wallet connector for web3-react

Latest version **1.0.14** (published 2022-08-29) · GPL-3.0-or-later license · 0 weekly downloads

## Install

```sh
npm install @hashlike-official/extend-web3-react-kaikas
pnpm add @hashlike-official/extend-web3-react-kaikas
yarn add @hashlike-official/extend-web3-react-kaikas
bun add @hashlike-official/extend-web3-react-kaikas
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.14 |
| Published | 2022-08-29 |
| First published | 2022-04-07 |
| Weekly downloads | 0 |
| License | GPL-3.0-or-later |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 45.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Kim HyunJin |
| Maintainers | hjkim-hashlike, hashlike1 |
| Keywords | web3-react, kaikas |

## Links

- npm: https://www.npmjs.com/package/@hashlike-official/extend-web3-react-kaikas
- Repository: https://github.com/hashlike-official/extend-web3-react
- Homepage: https://github.com/hashlike-official/extend-web3-react#readme
- Issues: https://github.com/hashlike-official/extend-web3-react/issues
- npm.io page: https://npm.io/package/@hashlike-official/extend-web3-react-kaikas

## Dependencies (3)

- [caver-js](https://npm.io/package/caver-js.md) ^1.8.0
- [@web3-react/store](https://npm.io/package/@web3-react/store.md) ^8.0.25-beta.0
- [@web3-react/types](https://npm.io/package/@web3-react/types.md) ^8.0.20-beta.0

## Recent versions

- 1.0.14 (latest) — 2022-08-29
- 1.0.13 — 2022-08-05
- 1.0.12 — 2022-07-27
- 1.0.11 — 2022-07-27
- 1.0.9 — 2022-07-27
- 1.0.8 — 2022-07-27
- 1.0.7 — 2022-07-27
- 1.0.6 — 2022-05-27
- 1.0.5 — 2022-04-13
- 1.0.4 — 2022-04-07
- 1.0.3 — 2022-04-07
- 1.0.2 — 2022-04-07
- 1.0.1 — 2022-04-07
- 1.0.0 — 2022-04-07

## README

# @hashlike-official/extend-web3-react-kaikas

web3-react connector implementation for connecting kaikas wallet.

## example

```typescript
import { initializeConnector } from "@web3-react/core";
import { Kaikas } from "@extend-web3-react/kaikas";

export const [kaikasConnector, kaikasHooks, kaikasStore] =
  initializeConnector<Kaikas>((actions) => new Kaikas(actions));

```

---
_Source: https://npm.io/package/@hashlike-official/extend-web3-react-kaikas · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
