Skip to content

tetratorus/ethdenver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Getting a .test name on Ropsten

  1. Download MetaMask
  2. Copy the contents of ensutils-testnet-ethdenver and paste it into the web console
  3. Check if your name is taken
testRegistrar.register(web3.sha3('nameYouWant'), '<MetaMask address>', (err,res)=>console.log(err,res))
  1. Register your name
testRegistrar.register(web3.sha3('nameYouWant'), '<MetaMask address>'))
  1. Check if your name has been registered on Etherscan.

To resolve to IPFS records:

  1. Set the resolver to the public resolver
ens.setResolver(namehash('nameYouWant.test'), publicResolver.address, (err,res)=>console.log(err,res))
  1. Go to tetratorus.github.io to set the IPFS hash to point to

  2. Download the ENS Content Resolver (.test) Chrome Extension

Shout out to Philip Prophet for letting me use his source code for the ENS-IPFS resolution tools! https://github.com/monkybrain/ipfs-to-ens https://github.com/monkybrain/ens-content-resolver

About

How to get a .test name on Ropsten

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors