{"id":21307040,"url":"https://github.com/dino65-dev/crypto_estate_sys","last_synced_at":"2025-07-08T00:38:21.199Z","repository":{"id":273664959,"uuid":"886265152","full_name":"dino65-dev/Crypto_estate_sys","owner":"dino65-dev","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-03T18:49:16.000Z","size":343,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-03T19:42:33.111Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dino65-dev.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"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}},"created_at":"2024-11-10T16:14:33.000Z","updated_at":"2025-07-03T18:46:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"84b32cbc-a1f2-4ce0-8f5a-841a748e0936","html_url":"https://github.com/dino65-dev/Crypto_estate_sys","commit_stats":null,"previous_names":["dino65-dev/crypto_estate_sys"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dino65-dev/Crypto_estate_sys","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dino65-dev%2FCrypto_estate_sys","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dino65-dev%2FCrypto_estate_sys/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dino65-dev%2FCrypto_estate_sys/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dino65-dev%2FCrypto_estate_sys/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dino65-dev","download_url":"https://codeload.github.com/dino65-dev/Crypto_estate_sys/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dino65-dev%2FCrypto_estate_sys/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264169416,"owners_count":23567300,"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","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":[],"created_at":"2024-11-21T16:29:28.731Z","updated_at":"2025-07-08T00:38:21.138Z","avatar_url":"https://github.com/dino65-dev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌐 Crypto Estate Planning Platform\n\nWelcome to the **Crypto Estate Planning Platform**! This project simplifies the process of including cryptocurrency and digital assets in estate planning, ensuring secure and compliant transfer of digital wealth to beneficiaries.\n\n\u003c!-- ![Crypto Estate Planning](https://i.pinimg.com/736x/c0/62/17/c062170a610a46aca46ea85d6f0070f3.jpg) --\u003e\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://i.pinimg.com/originals/8f/06/04/8f0604aedc34d33d2f41113c312a588d.gif\"  width=\"300\"\u003e\n\n## 🚀 Features\n\n- **Advanced Security**: Multi-signature authentication, pausable contracts, and role-based access control.\n- **Smart Contract Integration**: Automate asset transfers using Ethereum smart contracts.\n- **User-Friendly Interface**: Intuitive web and mobile applications for managing digital estates.\n- **Comprehensive Compliance**: Built-in compliance checks for regulatory requirements.\n- **Scalable Architecture**: Designed to handle millions of users with microservices and cloud integration.\n\n## 📂 Project Structure\n```\n/crypto-estate-planning\n│\n├── /contracts\n│   ├── AdvancedCryptoEstate.sol\n│   └── OtherContracts.sol\n│\n├── /migrations\n│   ├── 1_initial_migration.js\n│   └── 2_deploy_contracts.js\n│\n├── /test\n│   ├── test_advanced_crypto_estate.js\n│   └── other_tests.js\n│\n├── /client\n│   ├── /src\n│   │   ├── /components\n│   │   ├── /pages\n│   │   ├── /styles\n│   │   ├── App.js\n│   │   └── index.js\n│   ├── /public\n│   └── package.json\n│\n├── /server\n│   ├── /controllers\n│   ├── /models\n│   ├── /routes\n│   ├── /utils\n│   ├── server.js\n│   └── package.json\n│\n├── /config\n├── /scripts\n├── .gitignore\n├── README.md\n└── truffle-config.js\n```\n\n## 🛠️ Installation\n\n1. **Clone the repository**:\n```bash\n   git clone https://github.com/dino65-dev/Crypto_estate_sys.git\n   cd crypto-estate-planning\n```\n2. **Install dependencies:**\n```bash\nnpm install\n```\n3. **Compile smart contracts:**\n```bash\ntruffle compile\n```\n4. **Deploy contracts:**\n```bash\ntruffle migrate\n```\n5. **Run tests:**\n```bash\ntruffle test\n```\n\n## 📱 Usage\n1. **Web Application: Navigate to the /client directory and run:**\n```bash\nnpm start\n```\nAccess the app at http://localhost:3000.\n2. **Server: Navigate to the /server directory and run:**\n```bash\nnode server.js\n```\nAPI available at http://localhost:5000.\n\n## 🤝 Contributing\n- We welcome contributions! Please read our Contributing Guidelines  for more details.\n## 📄 License\nThis project is licensed under the MIT License - see the LICENSE  file for details.\n## 📧 Contact\n\nFor any inquiries, please contact us at [support@cryptoestate.com](mailto:support@cryptoestate.com).\n\n---\n\n\u003e **Note**: This project is a work in progress. Features and functionalities are subject to change.\n\n![Footer Image](https://via.placeholder.com/800x100.png?text=Thank+You+for+Visiting!)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdino65-dev%2Fcrypto_estate_sys","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdino65-dev%2Fcrypto_estate_sys","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdino65-dev%2Fcrypto_estate_sys/lists"}