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.
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.
npm install
# or
yarn install
Next, run the development server:
npm run dev
# or
yarn dev
1) Create Kin Accounts
2) Airdrop Kin
3) Send Kin
4) View Account Activity
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!