Skip to content

meawpipat/vike-account-kit

Repository files navigation

Generated with Bati (version 328) using this command:

npm create bati --- --react --tailwindcss --telefunc --hono --cloudflare

Contents

React

This app is ready to start. It's powered by Vike and React.

Create .env file

Create your .env file and add the variables PUBLIC_ENV__WALLETCONNECT_PROJECT_ID and ALCHEMY_API_KEY with your WalletConnect project ID and Alchemy API key.

/pages/+config.ts

Such + files are the interface between Vike and your code. It defines:

Routing

Vike's built-in router lets you choose between:

/pages/_error/+Page.jsx

The error page which is rendered when errors occur.

/pages/+onPageTransitionStart.ts and /pages/+onPageTransitionEnd.ts

The onPageTransitionStart() hook, together with onPageTransitionEnd(), enables you to implement page transition animations.

SSR

SSR is enabled by default. You can disable it for all your pages or only for some pages.

HTML Streaming

You can enable/disable HTML streaming for all your pages, or only for some pages while still using it for others.

About

Set up Account Kit with Vike in the RPC version.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors