This is the frontend application for the XMRT ecosystem, which facilitates free banking, onramping, offramping, cold storage through its CashDapp, and mobile mining of Monero (XMR). The system is governed by a DAO managed by AI agents in executive roles.
- XMRT token staking
- Monero mining integration
- CashDapp for banking functions
- DAO governance with AI agents
- Integration with ThirdWeb SDK for Web3 functionality
- Node.js (v14 or later)
- npm (v6 or later)
- Ethereum wallet (MetaMask recommended)
-
Clone the repository:
git clone https://github.com/DevGruGold/xmrt-test-env.git cd xmrt-test-env
-
Install dependencies:
npm install
-
Create a
.env
file based on.env.example
:cp .env.example .env
-
Edit the
.env
file with your configuration values.
The following environment variables are required:
VITE_SEPOLIA_RPC_URL
: Sepolia testnet RPC URLVITE_ALCHEMY_API_KEY
: Alchemy API key for alternative RPC providerVITE_THIRDWEB_CLIENT_ID
: ThirdWeb Client IDVITE_MONERO_POOL_WALLET
: Monero pool wallet addressVITE_XMART_ADDRESS
: Deployed XMART token contract addressVITE_MONERO_POOL_ADDRESS
: Deployed MoneroPool contract addressVITE_CASH_DAPP_ADDRESS
: Deployed CashDappIntegration contract address
To start the development server:
npm run dev
To build the application for production:
npm run build
The application can be deployed to Vercel by connecting your GitHub repository to Vercel and configuring the environment variables. See the vercel-deployment-guide.md for detailed instructions.
The application interacts with the following smart contracts:
- XMART Token: ERC20 token with staking and governance features
- MoneroPool: Contract for managing mined Monero and distributions
- CashDappIntegration: Contract for banking functions
See the testnet-deployment-guide.md for instructions on deploying the smart contracts to the Sepolia testnet.
The application uses ThirdWeb SDK for:
- Wallet connection and management
- Smart contract interaction
- Transaction handling
- Chain management
This project is licensed under the MIT License - see the LICENSE file for details.
Financial Privacy. Liberty. Blockchain.
XMRT is dedicated to building the infrastructure for a financially free future through:
- 🛡️ Privacy-First Technology - Your financial data belongs to you
- ⛓️ Blockchain Solutions - Decentralized, trustless, and transparent
- 🔒 Cryptographic Security - State-of-the-art encryption and privacy protocols
- 💎 DeFi Integration - Access to decentralized financial services
- 🌐 Web3 Development - Building the decentralized internet
- 🚀 Financial Liberty - Empowering individuals with financial sovereignty
- 🌐 Website: https://xmrt.io
- 📧 Email: [email protected]
- 🐦 Twitter: @XMRT_io
- 💬 Telegram: t.me/XMRT_Official
"Code is Law. Privacy is Right. Liberty is Essential."
Building Financial Freedom, One Block at a Time 🚀