This guide will help you configure your own custom domain for your Dappify project. Notice this feature is a premium feature and is NOT available with the STARTER plan.
Once you have created your project, navigate to your project editor and click the launch icon in the top bar (rocket icon)
The launch window will open. There you can expand the Domain section and you should see an input text to type in your domain name, do so. Then click submit.
Once you have clicked on submit, we will receive your request and process it. You should receive an email within 48 hours with 2 entries you manually need to add to your DNS. If struggle with this step join our discord or email [email protected].
You should receive 2 entries like:
Type | Host | Value |
---|---|---|
CNAME | _codeabcd | _xyz |
CNAME | @ | xyz.cloudfront.net |
Once you have received there entries in your email. You need to go to your domain admin dashboard and create new DNS records using them.
Go to your domain administrator dashboard (GoDaddy, Namecheap, etc) and create a new CNAME Record introducing the first value as the host and second as the value like
Type | Host | Value |
---|---|---|
CNAME | _codeabcd | _xyz |
CNAME | @ | xyz.cloudfront.net |