You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
may also make sense to update current docs with a pointer / reference to the doc new content Jake is creating to get better coverage
@theekrystallee what do you think on this point? Do you think there are any locations in the current docs where a pointer to the stuff I am building out will be useful>
Problem:
See here for some more context: https://www.loom.com/share/8d5ad302b72b47338e0f2db7df23a764?sid=df826f70-b41e-4aa2-9520-db543cc19c46
Solution:
Here are the source github files which were used to identify the technical solution:
Solidity SC - https://github.com/hashgraph/hedera-smart-contracts/blob/main/contracts/system-contracts/hedera-token-service/examples/token-create/TokenCreateContract.sol
JS test calling the SC function which sets a non-contract key - https://github.com/hashgraph/hedera-smart-contracts/blob/3aa15429b4bb1279381d99a687892d54acb3ea97/test/system-contracts/hedera-token-service/token-create/tokenCreateContract.js#L347
JS util which formats the key in the correct format - https://github.com/hashgraph/hedera-smart-contracts/blob/main/test/system-contracts/hedera-token-service/utils.js#L753
The text was updated successfully, but these errors were encountered: