- Download MetaMask
- Copy the contents of ensutils-testnet-ethdenver and paste it into the web console
- Check if your name is taken
testRegistrar.register(web3.sha3('nameYouWant'), '<MetaMask address>', (err,res)=>console.log(err,res))
- Register your name
testRegistrar.register(web3.sha3('nameYouWant'), '<MetaMask address>'))
- Check if your name has been registered on Etherscan.
To resolve to IPFS records:
- Set the resolver to the public resolver
ens.setResolver(namehash('nameYouWant.test'), publicResolver.address, (err,res)=>console.log(err,res))
-
Go to tetratorus.github.io to set the IPFS hash to point to
-
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