Problem
examples/tokens/custom_fee_royalty.py
illustrates locally how to create a custom fee
but it is missing connection to hedera and steps like setting up a client, creating a token, adding the custom fee, and querying token info to see if its correctly set
Solution
Make examples/tokens/custom_fee_royalty.py and end-to-end example, like the majority of our other examples
Alternatives
No response