-
Notifications
You must be signed in to change notification settings - Fork 67
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
Integrate web3://
protocol
#265
Comments
Just needs the handlers registered here: https://github.com/AgregoreWeb/agregore-browser/blob/master/app/protocols/index.js |
Nice. So it'll be mostly used for ENS resolution? Kubo supports {
"DNS": {
"Resolvers": {
"eth.": "https://dns.eth.limo/dns-query",
"crypto.": "https://resolver.unstoppable.io/dns-query",
"libre.": "https://ns1.iriseden.fr/dns-query",
".": "https://cloudflare-dns.com/dns-query"
}
}
} |
I think it's more about resolving data that's on chain than just ens. The |
Interesting. |
There's also |
There's a new protocol out there for accessing etherium data.
It just supports
get
for now so it should be easy to wrap.https://docs.web3url.io/web3-clients/librairies
The text was updated successfully, but these errors were encountered: