Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Update Readme to remove references to PublicResolver (#349)
Browse files Browse the repository at this point in the history
PublicResolver and other resolvers are no longer in this package. They have been moved to https://github.com/ensdomains/resolvers so we should not reference them in the Readme except for the link to the new repo.
  • Loading branch information
wilwade committed Mar 9, 2020
1 parent c611ba6 commit f0cc3ff
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Expand Up @@ -25,7 +25,6 @@ import {
HashRegistrar,
Migrations,
Registrar,
Resolver,
ReverseRegistrar,
TestRegistrar
} from '@ensdomains/ens'
Expand All @@ -47,10 +46,6 @@ Implementation of a registrar based on second-price blind auctions and funds hel

Simplified version of the above, with no support for renewals. This is the current proposal for interim registrar of the ENS system until a permanent registrar is decided on.

## PublicResolver.sol

Simple resolver implementation that allows the owner of any domain to configure how its name should resolve. One deployment of this contract allows any number of people to use it, by setting it as their resolver in the registry.

# ENS Registry interface

The ENS registry is a single central contract that provides a mapping from domain names to owners and resolvers, as described in [EIP 137](https://github.com/ethereum/EIPs/issues/137).
Expand Down Expand Up @@ -98,7 +93,7 @@ ENS.lll.bin was generated with the following command, using the lllc packaged wi

The files in the abi directory were generated with the following command:

$ solc --abi -o abi AbstractENS.sol FIFSRegistrar.sol HashRegistrarSimplified.sol PublicResolver.sol
$ solc --abi -o abi AbstractENS.sol FIFSRegistrar.sol HashRegistrarSimplified.sol

# Getting started

Expand Down

0 comments on commit f0cc3ff

Please sign in to comment.