RNS Manager
The RNS Manager is a simple tool that interacts with RNS Smart Contracts via Metamask. It has the following methods:
- Manage auction with Registrar contract
- Check domain status with
entries
- Start an auction with
startAuction
ERC-677 - Make a bid with
shaBid
andnewBid
- Reveal a bid with
unsealBid
- Finalize an auction with
finalizeAuction
- Check domain status with
- Manage rent payment with Deed contract
- Check rent status with
owner
,tokenQuantity
,expirationDate
andcanPayRent
- Pay the rent with
payRent
ERC-677
- Check rent status with
- Manage domain ownership with Registry contract
- Manage
owner
- Manage
resolver
- Manage
TTL
- Manage sub nodes
- Manage
- Manage domain resolutions with Resolver contract implementing
addr
field- Resolve a name with
addr
- Change address resolution with
setAddr
- Resolve a name with
For further information go to the site.
This project is open source: fork and PR!