hedera-sdk-java
hedera-sdk-java copied to clipboard
Add example for HIP-542
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