hedera-sdk-java icon indicating copy to clipboard operation
hedera-sdk-java copied to clipboard

Add example for HIP-542

Open SimiHunjan opened this issue 2 years ago • 0 comments

Problem

HIP-542 introduces the feature to auto create an account by transferring an NFT to a public key account alias.

HIP: https://hips.hedera.com/hip/hip-542

Solution

Create examples that demonstrate this feature for the following user stories.

  • [ ] As an NFT creator, I want to send an NFT to an onboarding collector, given only their public key.
  • [ ] As a dApp operator, I want to send my native token to an onboarding user in a single transaction; rather than first submitting a CryptoCreate, then a TokenAssociate, then a CryptoTransfer.

Example template

  • [ ] https://github.com/hashgraph/hedera-sdk-reference/pull/64

Alternatives

No response

SimiHunjan avatar Oct 03 '22 14:10 SimiHunjan