-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENS Functionality #56
Comments
Do you need to resolve ENS names or auction for them, for example?
…________________________________
From: Mark Barrasso <notifications@github.com>
Sent: Tuesday, October 2, 2018 9:31:21 PM
To: matterinc/web3swift
Cc: Subscribed
Subject: [matterinc/web3swift] ENS Functionality (#56)
Hey all, I am trying to build support for ENS into one of my mobile apps, (the ENS wallet from ETHBerlin), and I am having some trouble understanding how to get this done effectively.
I am attempting to interact with the Ropsten ENS contracts. Do I need to use the json ABI for the registrar in order to use it? Maybe it would be helpful to create a series of ENS handler classes like those found here: https://github.com/argentlabs/web3.swift/tree/master/web3swift/src/ENS
In the meantime, it would be super helpful if anyone could provide a guide or some examples on how to do this with the existing library functions. Thanks.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#56>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AGKv9zjP99xXDCRxtuo0Ux0ljHBDGG6bks5ug7D5gaJpZM4XEndk>.
|
Both @shamatar |
I think guys have made a ENS resolver and even has written some tests. Regarding the auction - not sure if this functionality is planned, but the library can access arbitrary contracts, so you can make a routine.
Sincerely, Alex
…________________________________
From: Mark Barrasso <notifications@github.com>
Sent: Tuesday, October 2, 2018 9:50:51 PM
To: matterinc/web3swift
Cc: Alexander; Mention
Subject: Re: [matterinc/web3swift] ENS Functionality (#56)
Both @shamatar<https://github.com/shamatar>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#56 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AGKv9_IfsWgw6AbtotdxWSKUMS6b9WLYks5ug7WLgaJpZM4XEndk>.
|
Ok awesome. I'd love to see that ENS resolver code. Also, I'd appreciate some examples in accessing arbitrary contracts-- maybe specifically on placing a bid or viewing open ENS auctions. |
Initial functionality is now in 1.1.10, with something like
There is a resolver there at least :) |
This is great @shamatar -- I will try to contribute to this existing functionality as I dive deeper into the auction functions. |
Having issues with getting a public key for domain on Mainnet:
Response:
Versus getting it on Ropsten:
Response:
|
Got Mainnet working just using the standard arbitrary contract calls:
Response:
|
Hey all, I am trying to build support for ENS into one of my mobile apps, (the ENS wallet from ETHBerlin), and I am having some trouble understanding how to get this done effectively.
I am attempting to interact with the Ropsten ENS contracts. Do I need to use the json ABI for the registrar in order to use it? Maybe it would be helpful to create a series of ENS handler classes like those found here: https://github.com/argentlabs/web3.swift/tree/master/web3swift/src/ENS
In the meantime, it would be super helpful if anyone could provide a guide or some examples on how to do this with the existing library functions. Thanks.
The text was updated successfully, but these errors were encountered: