{"id":20563645,"url":"https://github.com/coddeys/fractional-nft-real-estate","last_synced_at":"2026-05-29T12:31:15.522Z","repository":{"id":239649175,"uuid":"797971025","full_name":"coddeys/fractional-nft-real-estate","owner":"coddeys","description":"Emurgo Academy Final Project: The real estate property can be divided into multiple tokens that represent shares.","archived":false,"fork":false,"pushed_at":"2024-06-27T23:19:23.000Z","size":829,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T08:22:55.365Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://estate-club.deno.dev/","language":"TypeScript","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/coddeys.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}},"created_at":"2024-05-08T20:50:30.000Z","updated_at":"2024-06-27T23:19:26.000Z","dependencies_parsed_at":"2024-05-22T21:55:13.558Z","dependency_job_id":"f02e958a-71f1-4605-bf42-c4f1c0287160","html_url":"https://github.com/coddeys/fractional-nft-real-estate","commit_stats":null,"previous_names":["coddeys/franctional-nfg-real-estate","coddeys/franctional-nft-real-estate","coddeys/fractional-nft-real-estate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/coddeys/fractional-nft-real-estate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coddeys%2Ffractional-nft-real-estate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coddeys%2Ffractional-nft-real-estate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coddeys%2Ffractional-nft-real-estate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coddeys%2Ffractional-nft-real-estate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coddeys","download_url":"https://codeload.github.com/coddeys/fractional-nft-real-estate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coddeys%2Ffractional-nft-real-estate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33652979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"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":[],"created_at":"2024-11-16T04:20:01.642Z","updated_at":"2026-05-29T12:31:15.506Z","avatar_url":"https://github.com/coddeys.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Estate Club\n\n\u003e Emurgo Academy Final Project\n\n## Project Overview\n\nThe idea of the project is to fractionalize real estate property. The minimum amount is a square decimeter. The manager creates a bid with the address, size, and price of the property. The bid is a Cardano smart contract, and every contract is unique because the validator uses UTXO-ref as an input. While creating the Plutus Script, the manager mints tokens in an amount equal to the size of the property and locks the tokens on the script address.\n\nInvestors then start to lock ADA on the script. If the amount of ADA is equal to or more than the price of the property, the bid is funded, and the manager can distribute tokens between investors and unlock the ADA from the script. If the bid is not funded, investors can request a refund. Every investor can always refund (unlock) their own ADA.\n\n## Developer Guide\n\n### Development Smart Contracts\n\nTo build the compiled version code, use the following command:\n\n```\naiken build --trace-level verbose\n\n```\n\n### Development Frontend\n\nStart the frontend project:\n\n```\ndeno task start\n```\n\nThis command will monitor the project directory and restart as needed.\n\n### Deployment\n\nThe project will be automatically deployed to the Deno Deploy platform using a GitHub workflow.\n\nhttps://estate-club.deno.dev/\n\n\n# User Guide\n\n## Mint Platform NFT\n\n1. Visit https://estate-club.deno.dev/admin\n\n2. Connect the Nami Wallet by clicking the \"Setup Lucid\" button\n\n3. Click the Mint button\n\nVisual guide:\n\n[platform_nft.webm](https://github.com/coddeys/fractional-nft-real-estate/assets/4198294/b360f8d5-7c6c-4614-a221-fa29d70addb8)\n\n## Create a Bid\n\n1. Visit https://estate-club.deno.dev/manager\n\n2. Connect the Nami Wallet by clicking the \"Setup Lucid\" button\n\n3. Fill in address, price and size fields\n\n4. Click \"Make a Bid.\"\n\n5. Click \"Pay to Address.\"\n\n[scrnli_6_28_2024_1-06-27 AM.webm](https://github.com/coddeys/fractional-nft-real-estate/assets/4198294/ecd09c26-738f-464d-a7cf-e20db4b7f84e)\n\n## Invest in the Property\n\n1. Visit https://estate-club.deno.dev/bids\n\n2. Select the property that you would like to invest in.\n\n4. Click \"Invest now.\"\n\n2. Connect the Nami Wallet by clicking the \"Setup Lucid\" button\n\n5. Click \"Invest now.\"\n\n[scrnli_6_28_2024_1-15-45 AM.webm](https://github.com/coddeys/fractional-nft-real-estate/assets/4198294/5f145ba9-99b3-4a31-8d1e-f504b5478299)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoddeys%2Ffractional-nft-real-estate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoddeys%2Ffractional-nft-real-estate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoddeys%2Ffractional-nft-real-estate/lists"}