kinecosystem / kin-node

DEPRECATED! Please use Kinetic: https://developer.kin.org/docs/kinetic
https://developer.kin.org/docs/kinetic
MIT License
16 stars 14 forks source link

Need an example in documentation #14

Open s-a-y opened 3 years ago

s-a-y commented 3 years ago

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

Blahartinger commented 3 years ago

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

s-a-y commented 3 years ago

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

TimonBozzApps commented 3 years ago

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

beeman commented 3 years ago

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.

TimonBozzApps commented 3 years ago

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!