https://github.com/dcts/xrd-domain-hunt
Tool that helps you find high value XRD domains.
https://github.com/dcts/xrd-domain-hunt
Last synced: about 2 months ago
JSON representation
Tool that helps you find high value XRD domains.
- Host: GitHub
- URL: https://github.com/dcts/xrd-domain-hunt
- Owner: dcts
- Created: 2024-04-25T15:20:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T18:02:39.000Z (about 2 years ago)
- Last Synced: 2026-03-25T23:49:42.030Z (3 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hunt High Value XRD.Domains
This tool helps you find high value XRD domains fast. How it works:
1. clone the repository and install dependencies with `npm install`
2. Use ChatGPT to generate a list of 100 XRD domains as a list. You can use or modify the prmpt shared below.
3. Input the list as an array of strings inside domains.json
4. run `npm run start` to check whether those domains are registered or available
### PROMPT
```txt
XRD Domains just launched their domain feature on the radix DLT. Your task is to generate a list of high value domains, with the intention to buy those domains, and sell for a profit in the future. Be sure to grab high value domains that have value particularly in the blockchain space, but also in general. The domains always end with ".xrd". For example:
domains = [
"bitcoin.xrd",
"btc.xrd",
"buy.xrd",
"sell.xrd",
]
Output code only and output is as a JSON string array as shown above. Provide a list of 100 domains.
```
### Ideas
- [ ] make a simple UI for this flow
- [ ] enable batch-buy of domains
- [ ] charge fee?
- [ ] maybe let users bring their own chatGPT key