Wait no longer https://phph1.app
Hey Jason!
Sorry to hear how the team has neglected you that badly.
Hopefully the team will wake up and attend your needs , hopefully you can stick to Harmony for more projects , would be sad to lose you.
Commenting for visibility.
@jbeltran my man donāt leave this guy hanging. Heās put tons of visible effort into this, has tangible results and has regularly updated the community on progress. This is way more than I can say about most proposals here.
This is no way to treat devs if you want devs to build on Harmony.
hi @ILL_DIE_TRYING have you submitted grant funding with your wallet information? (harmony.one/grant-funding). if so and we missed it, can you forward that to grants@harmony.one. want to make sure we track this and resolve as soon as possible.
This is super useful, anyway we can get some Hex address support also.
No I have never seen that page before. I KYCād to the team as requested when this first was approved even though as a bounty I was not required to. When my bounty was approved, I didnāt know the Harmony approval notice was a canned auto response type thing. I have asked and asked what I need to do. That form does not pertain to me as there were no milestones set⦠I just finished the product as prescribed in the bounty. And we all know NOBODY from Harmony has even looked at anything on my bounty thread, including you. Otherwise you would know my multiple attempts to get information on closing out my bounty started two months ago on my thread with zero response from Harmony.
So what do I do? Do I send an email with my wallet address? Do I fill out the form that doesnāt pertain? I plan to use a brand new wallet for this, will there be a test send before the real one? Who do I coordinate with?
If I could get Harmony involved I would love to know how I can call and get the ONE address from the ETH address or vice-versa using an API so I could set it up to be universal between the two. There is no way for this to happen in the v2 API methods.
This is in python but in a docker container. You can use it as an api or convert the code into php.
Is converts both waysā¦
Awesome! Thank you!
@kenny It will be a few days (maybe a week tops) because I have to adjust my validation code and functions for this. I havenāt looked at the python code yet but I am sure I can work it over to PHPH1.
Okay guys I just went and looked at the python script. It isnāt as easy as I thought. They are using python libraries with bech32 (address format) conversion built in. Iām going to have to do some research to see if there is anything about bech32 for PHP out there. Unless I luck out, this could take some time, and may not be doable at all. Just being honest here.
Also⦠I do not appreciate being censored on Reddit. I posted yesterday and it has been censored by the Reddit mods. Post was titled:
āPHPH1 Update : How long should I wait with no real action from Harmony before I go on a flaming hot ride through socialville?ā
You can deploy the container and use it as an internal api and call it via rest.
Also bech32 is just a standard. You can use a php module like thisā¦
I could do it on my live version but the problem with that is my package (which anyone can download and use) would become complicated to set up for people. As it is, you can literally drop PHPH1 in any directory on a PHP powered server, adjust a couple config items (if a person needs to) and go.
Iāve got to think this one through. I do have a project I have started that could definitely use this though and this was on my list of needs. Now if I could just find out what it takes to get ERC20 and ERC721 information. Combining this address converter and that information would send me on a rocket ride on my next project. Iāve been trying to figure that stuff out for months. Not sure why I canāt find anything.
Yes, you should be able to add the module parts in. I didnāt write the bech32.py but just put it in. You can see its just the calculations so you should achieve the same with php.
What information do you need from erc20 / 721?
Basically I need to know where I do API calls for ERC20 and ERC721 information and what API methods are available. If I could find some sort of API documentation and a node address I could do the rest of the work.
Iām looking for everything. Tokens, NFTs⦠maybe liquidity pool information⦠I want to pull anything and everything from the Harmony universe using a single address.
@GeorgeofEmmaInterest Could the Dev DAO possibly assist with queries regarding these?
As somebody new to the whole crypto world⦠This is something that needs to be addressed by Harmony. There is no clear cut documentation on how this works on a low level as far as I know. The other thing I have spent months trying to find is how I get internal transaction data. To the best of what I can gather you have to run a local node to get it. This brings me to why I plan to set up a validator node⦠so I can learn how things talk better. Trying to learn this stuff with no prior experience is really, really tough. Iād like to become a knowledgeable expert in this area so I can assist other entry level developers on the Harmony network. The question gets asked a LOT.
Impressive documentation set. Funding green-lit to be accounted for by the end of the week.
Iād encourage you to start a Discord server to help direct folks to a place to discuss any questions they may have, if you donāt already have one.
Thank you! I have a Discord set up and have been tinkering with it trying to figure out how things go. I havenāt advertised it yet. Today⦠I nabbed a person in the harmony support chat. He is trying to write his first ever API call using Python. I am helping him using the API Explorer for examples. I realized today that I need a video tutorial. Also, I told him I would stick it out with him until he figured it out if I can have his python snippet that makes a call and works. I plan to build a highlighted Python example into the API explorer outputs with it. Cheers!