Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.8 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.8 KB

Kin SDK-less DApp Demo

The Kin SDK-less DApp Demo is a lightweight starter app based on the Solana DApp Scaffold that will get you up and running with SDK-less Kin as quickly as possible.

Getting Started

This is a Next.js project bootstrapped with create-next-app.

The responsive version for wallets and wallet adapter may not function or work as expected for mobile based on plugin and wallet compatibility. For more code examples and implementations please visit the Solana Cookbook.

Installation

npm install
# or
yarn install

Build and Run

Next, run the development server:

npm run dev
# or
yarn dev

Features

1) Easily connect to wallets such as Phantom, Solflare, etc
2) Airdrop Solana and Kin to your connected wallet.
3) Send Kin to an account and be credited for the KRE with your App Index.

Learn More Next Js

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.