This repository contains the official static website for the AUREX project, hosted on GitHub Pages.
All important project data such as the contract address, social links, and DEX links are stored in the config.json
file, so you can update the token and links without touching the code.
Your live site will be accessible at:
Replace
github.io/aurex-project/
with your GitHub username.
-
Upload project files directly to the root of your repository:
-
Go to Settings β Pages and configure:
- Source: Deploy from a branch
- Branch:
main
- Folder:
/root
- Wait 1β3 minutes, then visit your website.
All token and link data is managed inside config.json
.
Simply edit this file and commit the changes.
Fields you can update:
token.address
β Smart contract address (BEP-20)token.symbol
,token.decimals
dex.pancakeSwapBuy
β PancakeSwap URL for direct purchasedex.dextoolsPair
β DexTools pair URLsocials.*
β Telegram, Facebook, Website links
The website will automatically load the updated information.
To test the site locally, run a simple Python HTTP server:
Then open http://localhost:8080
in your browser.
The AUREX project is a community experiment and should not be considered financial advice.
Cryptocurrency investments are inherently risky β always do your own research (DYOR) before participating.