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.
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) 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.
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!
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.