kin-node
kin-node copied to clipboard
Need an example in documentation
Need an example in documentation how to initialize an account and what do all these parameter values should be for KIN
https://github.com/kinecosystem/kin-node#create-an-account
I don't have a private key from user account. I need them to be able to receive KIN, but getting AccountDoesn'tExist error. I've seen in block explorer 4 operations, like transfer of sol, then SetAuthority, SetAuthority, InitializeAccount. That's the example I'm looking for, not in the mood for brute-forcing all possibilities without any docs
Have an equal issue, where I create an account but airdroping KIN results in a AccountDoesNotExist error.
Hey all, we've been working on a community website with documentation about how to quickly integrate Kin:
https://kintegrate.dev/tutorials/getting-started-node-sdk/
This should have all the info. If not, let me know and I will address it.
This solved everything for me. I didn't know, there was a different token referring to the account (besides the basic publicKey). Thank you so much!