1.1.0 • Published 11 months ago

@kryptogo/kryptogokit v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

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.