Creating A Kin Account
Whatever kind of app you're making, your users will need a keypair and an account created on the Solana blockchain as this will allow them to spend and receive Kin and allow you to increase your earnings via the KRE.
Use Cases
Check out some of the many ways you can use Kin in your apps
Kin Rewards Engine
Earn Kin by using it in your App
Go through the steps required to create an account on the blockchain capable of receiving Kin via the Kinetic SDKs:
Connect To Kinetic
Connect your app or server to an active Kinetic instance. Once you're connected, you'll be able to carry out all of the various actions the Kinetic SDK is capable of.
Create A Keypair
Use Kinetic to create a keypair. This will act as your wallet on the blockchain and be used to sign transactions. The mnemonic code for the keypair can be imported into any Solana wallet such as Phantom or Solflare. Remember to keep your mnemonics safe!
Create An Account
Use Kinetic to create your account on the Solana blockchain with the keypair we made in the previous step. Once this is done, you'll be able to transact with Kin on Solana via the Kinetic SDK.
Close Your Account
Use Kinetic to close your Kin account. It's good practice to tidy up any unneeded accounts.
Was this page helpful to you?
Provide feedback