{"id":24777534,"url":"https://github.com/rootcircle/investomaniaweb3","last_synced_at":"2026-05-07T01:03:19.384Z","repository":{"id":232071234,"uuid":"783393923","full_name":"rootCircle/investomaniaWeb3","owner":"rootCircle","description":"first foots in blockchain!","archived":false,"fork":false,"pushed_at":"2024-04-11T10:34:37.000Z","size":1037,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-12T05:53:43.608Z","etag":null,"topics":["erc721","hardhat","nextjs","nft","solidity","turborepo"],"latest_commit_sha":null,"homepage":"https://investomania.vercel.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rootCircle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-04-07T19:08:48.000Z","updated_at":"2024-04-07T19:15:18.000Z","dependencies_parsed_at":"2024-04-11T11:49:06.821Z","dependency_job_id":null,"html_url":"https://github.com/rootCircle/investomaniaWeb3","commit_stats":null,"previous_names":["rootcircle/investomaniaweb3"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rootCircle/investomaniaWeb3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootCircle%2FinvestomaniaWeb3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootCircle%2FinvestomaniaWeb3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootCircle%2FinvestomaniaWeb3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootCircle%2FinvestomaniaWeb3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rootCircle","download_url":"https://codeload.github.com/rootCircle/investomaniaWeb3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootCircle%2FinvestomaniaWeb3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32718323,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T00:29:05.620Z","status":"ssl_error","status_checked_at":"2026-05-07T00:28:57.074Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["erc721","hardhat","nextjs","nft","solidity","turborepo"],"created_at":"2025-01-29T07:51:28.402Z","updated_at":"2026-05-07T01:03:19.369Z","avatar_url":"https://github.com/rootCircle.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# InvestomaniaWeb3\n\nInvestomaniaWeb3 is a decentralized finance (DeFi) application built on the Ethereum blockchain, allowing users to invest in various deals represented as non-fungible tokens (NFTs). This repository serves as the codebase for the project, providing smart contracts, frontend interfaces, and utilities for interacting with the Ethereum network and IPFS (InterPlanetary File System).\n\n## Features\n\n- **Smart Contracts**: Smart contracts written in Solidity facilitate the creation, management, and execution of investment deals represented as NFTs.\n- **Frontend Application**: A frontend application built with Next.js provides a user-friendly interface for browsing deals, investing, and managing investments.\n- **IPFS Integration**: Integration with IPFS enables decentralized storage and retrieval of files associated with investment deals.\n\n## Project Structure\n\nThe project structure is organized as follows:\n\n- **apps/web**: Frontend application directory containing the Next.js application.\n- **apps/web3**: Smart contracts and deployment scripts directory.\n- **apps/web/utils/blockchainHelper**: Utilities and functions for interacting with the Ethereum network.\n- **apps/web3/contracts**: Solidity smart contracts reside here.\n\n## Getting Started\n\nTo get started with the project, follow these steps:\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/rootCircle/investomania-web3.git\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   cd investomania-web3\n   pnpm install\n   ```\n\n3. Set up environment variables:\n\n   - Create a `.env` file in the root directory.\n   - Define the following environment variables:\n     - `PINATA_BASE_URL`: Base URL for Pinata API.\n     - `PINATA_JWT_TOKEN`: JWT token for Pinata API authentication.\n\n4. Start the frontend application:\n\n   ```bash\n   pnpm run dev\n   ```\n\n5. Access the application in your browser at `http://localhost:3000`.\n\n## Usage\n\nThe application allows users to:\n\n- Browse available investment deals.\n- Invest in deals by minting NFTs.\n- Manage investments, including reverting investments and transferring NFTs.\n- Approve or reject deals as the system administrator.\n\n## Contributing\n\nContributions are welcome! If you have ideas for improvements, open an issue or submit a pull request.\n\n## License\n\nThis project is licensed under the Apache-2.0 License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgements\n\n- Special thanks to the developers of Hardhat, Next.js, IPFS, and ethers.js for providing the tools and libraries necessary for building blockchain applications.\n- Inspiration and guidance from various online tutorials, forums, and documentation resources that helped in understanding and implementing blockchain technology.\n- Special thanks to [Divyanshu](https://github.com/15IITian) and [Disha](https://github.com/Dis1309) for helping in my initial journey to the world of Blockchain :-)\n\n---\n\n**Note**: Make sure to set up your environment variables and update the project-specific configurations as needed before running the application.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frootcircle%2Finvestomaniaweb3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frootcircle%2Finvestomaniaweb3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frootcircle%2Finvestomaniaweb3/lists"}