resolver

package module
v0.0.0-...-f040e5f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 30, 2020 License: BSD-3-Clause Imports: 0 Imported by: 1

README

Swarm name resolver

This repo contains the Swarm name resolver library/client. The name resolver can be used to attempt to resolve a name (URI) into an hash, and vice-versa.

This project is a work in progress.

Usage:

resolver-cli resolve <name> - resolves an ENS name to an address string

NOTE: name MUST be a valid ENS name (must end with .eth).

Structure:

  • cmd/resolver-cli - a simple resolver command line client
  • pkg/resolver - Multi resolver library implementation
  • pkg/ens - ENS resolver abstraction

TODO:

  • Determine CLI format
  • Decide what level of validation is required
  • Add resolver endpoints to configuration (currently using cloudflare-eth)

Documentation

Overview

Package resolver is the root package of the Swarm resolver implementation.

Index

Constants

This section is empty.

Variables

View Source
var Version = "v0.1.0-alpha"

Version is a manually updated semantic version string.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
cmd
pkg
ens

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL