@kryptogo/kryptogokit
v1.1.0
Published
The best way to connect a wallet
Keywords
Readme
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.
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@latestDocumentation
For full documentation, visit kit.kryptogo.com.
Examples
The following examples are provided in the examples folder of this repo.
with-create-react-appwith-next
Running examples
To run an example locally, install dependencies.
pnpm installThen go into an example directory, eg: with-next.
cd examples/with-nextThen run the dev script.
pnpm run devLicense
Licensed under the MIT License, Copyright © 2022-present KryptoGO.
See LICENSE for more information.
