{"id":33281496,"url":"https://github.com/devgrugold/xmrt-test-env","last_synced_at":"2026-06-20T05:01:52.267Z","repository":{"id":297487608,"uuid":"996924797","full_name":"DevGruGold/xmrt-test-env","owner":"DevGruGold","description":"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 gove | XMRT","archived":false,"fork":false,"pushed_at":"2025-06-23T17:31:02.000Z","size":922,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-23T18:37:38.473Z","etag":null,"topics":["blockchain","cryptocurrency","defi","iot","privacy","sensors","web3","xmrt"],"latest_commit_sha":null,"homepage":"https://xmrt.io","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DevGruGold.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"DevGruGold","bitcoin":"bc1qxmrt...","ethereum":"0xXMRT...","custom":["https://xmrt.io/donate","https://xmrt.io/support-privacy"]}},"created_at":"2025-06-05T17:12:27.000Z","updated_at":"2025-06-23T17:37:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"031bc8d2-4275-45b7-a373-ebaf80fc3778","html_url":"https://github.com/DevGruGold/xmrt-test-env","commit_stats":null,"previous_names":["devgrugold/xmrt-test-env"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DevGruGold/xmrt-test-env","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevGruGold%2Fxmrt-test-env","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevGruGold%2Fxmrt-test-env/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevGruGold%2Fxmrt-test-env/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevGruGold%2Fxmrt-test-env/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevGruGold","download_url":"https://codeload.github.com/DevGruGold/xmrt-test-env/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevGruGold%2Fxmrt-test-env/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284885669,"owners_count":27079125,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-17T02:00:06.431Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain","cryptocurrency","defi","iot","privacy","sensors","web3","xmrt"],"created_at":"2025-11-17T13:01:44.928Z","updated_at":"2025-11-17T13:01:50.639Z","avatar_url":"https://github.com/DevGruGold.png","language":"JavaScript","funding_links":["https://github.com/sponsors/DevGruGold","bc1qxmrt...","0xXMRT...","https://xmrt.io/donate","https://xmrt.io/support-privacy"],"categories":[],"sub_categories":[],"readme":"# XMRT Frontend\n\nThis 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.\n\n## Features\n\n- XMRT token staking\n- Monero mining integration\n- CashDapp for banking functions\n- DAO governance with AI agents\n- Integration with ThirdWeb SDK for Web3 functionality\n\n## Prerequisites\n\n- Node.js (v14 or later)\n- npm (v6 or later)\n- Ethereum wallet (MetaMask recommended)\n\n## Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/DevGruGold/xmrt-test-env.git\n   cd xmrt-test-env\n   ```\n\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n3. Create a `.env` file based on `.env.example`:\n   ```bash\n   cp .env.example .env\n   ```\n\n4. Edit the `.env` file with your configuration values.\n\n## Environment Variables\n\nThe following environment variables are required:\n\n- `VITE_SEPOLIA_RPC_URL`: Sepolia testnet RPC URL\n- `VITE_ALCHEMY_API_KEY`: Alchemy API key for alternative RPC provider\n- `VITE_THIRDWEB_CLIENT_ID`: ThirdWeb Client ID\n- `VITE_MONERO_POOL_WALLET`: Monero pool wallet address\n- `VITE_XMART_ADDRESS`: Deployed XMART token contract address\n- `VITE_MONERO_POOL_ADDRESS`: Deployed MoneroPool contract address\n- `VITE_CASH_DAPP_ADDRESS`: Deployed CashDappIntegration contract address\n\n## Development\n\nTo start the development server:\n\n```bash\nnpm run dev\n```\n\n## Building for Production\n\nTo build the application for production:\n\n```bash\nnpm run build\n```\n\n## Deployment\n\nThe application can be deployed to Vercel by connecting your GitHub repository to Vercel and configuring the environment variables. See the [vercel-deployment-guide.md](vercel-deployment-guide.md) for detailed instructions.\n\n## Smart Contracts\n\nThe application interacts with the following smart contracts:\n\n- XMART Token: ERC20 token with staking and governance features\n- MoneroPool: Contract for managing mined Monero and distributions\n- CashDappIntegration: Contract for banking functions\n\nSee the [testnet-deployment-guide.md](testnet-deployment-guide.md) for instructions on deploying the smart contracts to the Sepolia testnet.\n\n## ThirdWeb Integration\n\nThe application uses ThirdWeb SDK for:\n\n- Wallet connection and management\n- Smart contract interaction\n- Transaction handling\n- Chain management\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n\n\n\n\u003c!-- XMRT Footer --\u003e\n---\n\n## 🔐 About XMRT\n\n**Financial Privacy. Liberty. Blockchain.**\n\nXMRT is dedicated to building the infrastructure for a financially free future through:\n\n- 🛡️ **Privacy-First Technology** - Your financial data belongs to you\n- ⛓️ **Blockchain Solutions** - Decentralized, trustless, and transparent\n- 🔒 **Cryptographic Security** - State-of-the-art encryption and privacy protocols\n- 💎 **DeFi Integration** - Access to decentralized financial services\n- 🌐 **Web3 Development** - Building the decentralized internet\n- 🚀 **Financial Liberty** - Empowering individuals with financial sovereignty\n\n### 🔗 Connect with XMRT\n\n- 🌐 Website: [https://xmrt.io](https://xmrt.io)\n- 📧 Email: xmrtsolutions@gmail.com\n- 🐦 Twitter: @XMRT_io\n- 💬 Telegram: t.me/XMRT_Official\n\n**\"Code is Law. Privacy is Right. Liberty is Essential.\"**\n\n*Building Financial Freedom, One Block at a Time* 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevgrugold%2Fxmrt-test-env","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevgrugold%2Fxmrt-test-env","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevgrugold%2Fxmrt-test-env/lists"}