0.1.1 • Published 2 years ago

klaykit v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

KlayKit

The best way to connect a Klaytn wallet

KlayKit 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, ethers and rainbowkit

Quick start

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

npm init klaykit@latest
# or
yarn create klaykit@latest
# or
pnpm create klaykit@latest

Documentation

For full documentation, visit klaykit.vercel.app.

Try it out

You can use the CodeSandbox links below try out KlayKit:

Examples

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

  • with-next
  • with-next-custom-button
  • with-next-mint-nft
  • with-next-siwe-iron-session
  • with-remix
  • with-vite

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.

See LICENSE for more information.