@kryptogo/kryptogokit
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

KryptoGO Kit

The best way to connect a wallet 💎

KryptoGOKit is a React library that makes it easy to add wallet connection to your dapp.

  • 🔥 Out-of-the-box wallet management
  • Easily customizable
  • 🦄 Built on top of wagmi and ethers

Quick start

You can scaffold a new KryptoGOKit + wagmi + Next.js app with one of the following commands, using your package manager of choice:

npm init @kryptogo/kryptogokit@latest
# or
yarn create @kryptogo/kryptogokit@latest
# or
pnpm create @kryptogo/kryptogokit@latest

Documentation

For full documentation, visit kit.kryptogo.com.

Examples

The following examples are provided in the examples folder of this repo.

  • with-create-react-app
  • with-next

Running examples

To run an example locally, install dependencies.

pnpm install

Then go into an example directory, eg: with-next.

cd examples/with-next

Then run the dev script.

pnpm run dev

License

Licensed under the MIT License, Copyright © 2022-present KryptoGO.

See LICENSE for more information.

Readme

Keywords

none

Package Sidebar

Install

npm i @kryptogo/kryptogokit

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

442 kB

Total Files

42

Last publish

Collaborators

  • kryptogo