kin-node icon indicating copy to clipboard operation
kin-node copied to clipboard

Need an example in documentation

Open s-a-y opened this issue 4 years ago • 5 comments

Need an example in documentation how to initialize an account and what do all these parameter values should be for KIN

s-a-y avatar Dec 30 '20 23:12 s-a-y

https://github.com/kinecosystem/kin-node#create-an-account

Blahartinger avatar Jan 04 '21 18:01 Blahartinger

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

s-a-y avatar Jan 04 '21 22:01 s-a-y

Have an equal issue, where I create an account but airdroping KIN results in a AccountDoesNotExist error.

TimonBozzApps avatar May 06 '21 14:05 TimonBozzApps

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.

beeman avatar May 06 '21 15:05 beeman

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!

TimonBozzApps avatar May 06 '21 18:05 TimonBozzApps