Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.3 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.3 KB

Kinetic Demo DApp

The Kinetic DApp Demo is a lightweight starter app based on the Solana DApp Scaffold that will get you up and running with Kin as quickly as possible using our new Kinetic API.

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) Create Kin Accounts
2) Airdrop Kin
3) Send Kin
4) View Account Activity

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!