DNS mapping to IPFS.
Namespace: Ipfs.CoreApi Assembly: Ipfs.Core.dll Syntax Methods | Improve this Doc View Source ResolveAsync(String, Boolean, CancellationToken)Resolve a domain name to an IPFS path.
DeclarationTask<string> ResolveAsync(string name, bool recursive = false, CancellationToken cancel = default(CancellationToken))
Parameters Returns Type Description Task<String>
A task that represents the asynchronous operation. The task's value is the resolved IPFS path as a String, such as /ipfs/QmYNQJoKGNHTpPxCBPh9KkDpaExgd2duMa3aF6ytMpHdao
.
ResolveAsync("ipfs.io", recursive: false)
produces "/ipns/website.ipfs.io". Whereas, ResolveAsync("ipfs.io", recursive: true)
produces "/ipfs/QmXZz6vQTMiu6UyGxVgpLB6xJdHvvUbhdWagJQNnxXAjpn".
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4