github.com/sberex/go-sberex@v1.8.2-0.20181113200658-ed96ac38f7d7/contracts/ens/README.md (about)

     1  # Swarm ENS interface
     2  
     3  ## Usage
     4  
     5  This package offers a simple binding that streamlines the registration of arbitrary UTF8 domain names to swarm content hashes.
     6  
     7  ## Development
     8  
     9  The SOL file in contract subdirectory implements the ENS root registry, a simple
    10  first-in, first-served registrar for the root namespace, and a simple resolver contract;
    11  they're used in tests, and can be used to deploy these contracts for your own purposes.
    12  
    13  The solidity source code can be found at [github.com/arachnid/ens/](https://github.com/arachnid/ens/).
    14  
    15  The go bindings for ENS contracts are generated using `abigen` via the go generator:
    16  
    17  ```shell
    18  go generate ./contracts/ens
    19  ```