Example for HIP-542
- Create a treasury account
- Create an NFT collection using the Hedera Token Service
- Create an ECDSA public key alias
- Transfer an NFT to the public key alias using the transfer transaction
- Return the new account ID in the child record
- Show the new account ID owns the NFT
Create a .env file with your testnet credentials. Need a testnet account? Register for a Hedera testnet account here. Recieve 10,000 test hbar every 24 hours!
npm i
npm run start