This app demonstrates three ways of integrating with Kin
This app is designed to work with the following Kin Server Demos:
Via the Kin TypeScript SDK in the browser
Via Solana Directly / SDK-less
- Your App is registered on the Kin Developer Portal so you can take advantage of the Kin Rewards Engine and get your App Index
- Environment variable for your server URL (if testing a Back End Server)
- Environment variable for your App Index (if testing a Client DApp or SDK-less DApp )
- Environment variable for your Kinetic Instance (if testing against your own Kinetic instance )
.env
REACT_APP_SERVER_URL=Your Server URL e.g. http://localhost:3001
REACT_APP_APP_INDEX=Your App Index e.g. 123
REACT_APP_KINETIC_ENDPOINT=https://my-kinetic.endpoint.com
npm i
or
yarn
npm run start
or
yarn start
If you're just getting started, you might want to look at this first...
Join us on Discord if you're looking for support with your App or to connect with other active Kin developers