0.0.15 • Published 5 months ago

@openfort/openfort-kit v0.0.15

Weekly downloads
-
License
BSD-2-Clause lice...
Repository
github
Last release
5 months ago

OpenfortKit

The easiest way to integrate Openfort to your project, with built-in authentication and seamless wallet connectivity.

It offers a simple, customizable UI. Supports authentication providers like Google, X, or Facebook out of the box. Access your address through Openfort’s invisible wallet or connect their own wallet provider effortlessly.

Docs: https://www.openfort.io/docs/products/kit/react/quickstart

Features

  • 💡 TypeScript Ready — Get types straight out of the box.
  • 🌱 Ecosystem Standards — Uses top libraries such as wagmi.
  • 🖥️ Simple UX — Give users a simple, attractive experience.
  • 🎨 Beautiful Themes — Predesigned themes or full customization.

and much more...

Quick Start

New app

Get started with create Openfortkit + wagmi + viem project by running one of the following in your terminal:

npm

npx create openfortkit

yarn

yarn create openfortkit

pnpm

pnpm create openfortkit

Import OpenfortKit to your project

Add OpenfortKit to your already existing project.

npm

npm install @openfort/openfort-kit @tanstack/react-query wagmi viem

yarn

yarn add @openfort/openfort-kit @tanstack/react-query wagmi viem

pnpm

pnpm add @openfort/openfort-kit @tanstack/react-query wagmi viem

Documentation

You can find the full OpenfortKit documentation in the Family docs here.

Examples

There are various runnable examples included in this repository in the examples folder:

Running Examples Locally

Clone the FortKit project and install the necessary dependencies:

$ git clone git@github.com:openfort-xyz/openfort-kit.git
$ cd openfort-kit
$ yarn install

and start the code bundler:

$ yarn dev:kit

and then simply select the example you'd like to run:

$ yarn dev:vite # Vite
$ yarn dev:nextjs # Next.js
$ yarn dev:cra # Create React App

License

See LICENSE for more information.

Credits

OpenfortKit is a fork of Connectkit developed by Family. We're grateful to them for making Connectkit fast, beautiful and open-source.

0.0.15

5 months ago

0.0.14

5 months ago

0.0.13

5 months ago

0.0.12

6 months ago

0.0.11

6 months ago

0.0.10

6 months ago

0.0.9

7 months ago

0.0.8

7 months ago

0.0.7

7 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago