Docker
- Download (or copy/paste into file) the attached Dockerfile to any folder
- From a command prompt in the folder with the Dockerfile run the following (replace IPFS hashes with latest official hashes):
# once docker image build --tag augur-ens-verification-tool . # every time docker container run \ --rm \ -it \ -e TRADING_CIDV0_IPFS_HASH=QmNSTVkYTSpLhBCzD1K8QJczXcpNeph4ySveDesspE5iY4 \ -e REPORTING_CIDV0_IPFS_HASH=QmWhihA1TiDoZbyfrmYbPUnYdbUiYaEgjTMGat29Xk5ctZ \ augur-ens-verification-tool
- Run the tool (see above)
- In Aragon: click ⚙️ at the top right of screen, go into
Help and feedback
, and enableDisplay the console ~
- In Aragon: Console => Act => Agent
- Set ENS Resolver (found at https://app.ens.domains/name/augur2.eth) as the target address
- Set
setContenthash(bytes32: <nameHash>, bytes: <contentHash>)
for the method (where and are from Augur ENS Tool output) - Verify the full console command is:
act/agentAddress/resolverAddress/setContenthash(bytes32: <nameHash>, bytes: <contentHash>)
- Repeat above steps for https://app.ens.domains/name/trading.augur2.eth and https://app.ens.domains/name/reporting.augur2.eth
- Look up the transaction that initiated the Aragon vote in EtherScan or similar tool
- Verify the end of the transaction input data matches the Transaction in the Augur ENS Tool output
@MicahZoltu
I want you to add the following text to the end of
2. In Aragon: Console => Act => Agent
(you can change the wording).FWIW I wanted to make a pull request to do this but I couldn't. As you might already know you cannot make a pull request on a Gist. I didn't know that.