Skip to content

GerGodfrey/P_DOMO_app

Repository files navigation



INVEST IN REAL ESTATE FRACTIONS

No more long processes. Relax and receive monthly income - DOMO takes care of everything!

DApp

Just enter into https://domo-app.vercel.app/ and enjoy !!

Sections

  • Home: You can see All Real Estate in sell into the DOMO
  • My Home: You see yours NFTs
  • Instructions: Don't know how to start? Read this!!
  • Market Place: Stay Stun !!

Smart Contracts Deployed

¿What? Link
Factory SC 0x36db9F8383a73bEE62e3e10D121a7dC6a4Ac5A54
Real Estate 1 0x4B77d0D8743453c4F626AB14e9513316F76DD76C
Escrow 1 0x5F6365f4aF0194bd0c65486802aE10c63A0771Bd
Real Estate 2 0x04bb5CA925D2Bc8405286cb349B4A85595dc21e2
Escrow 2 0x495ecAA89AEDB59d493D047761B6D7740E94EF7D
Real Estate 3 0xB8016AD7E4aBB6E4dc0f2162265C6257Dcd01fFf
Escrow 3 0xE8b3C3fdeD68D359B857b5899E8920c57938Ef1C

Segundo Batch

¿What? Link
Factory SC 0xF42e36F81106f029f7d3BF013F7cA5Cd755857d6
Real Estate 1 0xE734151C1dff574c9A57Bd58e92DeAEb5E1D677b
Escrow 1
Real Estate 2
Escrow 2
Real Estate 3
Escrow 3

How Works ?

Tech Flow



User Flow



Others Links

Eth Scaling App
escalidraw Pitch

Next Steps

Blockchain Tech

  • Improve Smart Contracts
  • Pay with FIAT
  • Expand Polybase
    • Smart Contracts With FIAT pay
    • User Data
    • BD for Pre Image for the buyer users
  • Biconomy tech and Multicall

IA Tech

  • Create Real Estate Image with IA
  • Create a model for filtering good properties

Others

  • App Responsive
  • Improve Styles
  • Sell a real House

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Hardhat

npx hardhat compile
npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js --network localhost
npx hardhat run scripts/deploy.js --network mumbai

Install dependencies

General

 yarn install

Hardhat

 yarn add --dev hardhat

Open Zeppelin

 yarn add @openzeppelin/contracts
 yarn add ipfs-http-client 

Tailwind

 yarn add -D tailwindcss@latest postcss@latest autoprefixer@latest
 npx tailwindcss init -p

Others

 yarn add axios
 yarn add alchemy-sdk
 yarn add dotenv
 yarn add react-scroll
 yarn add web3modal
 yarn add @polybase/client
 yarn add @polybase/auth

 yarn add react-hook-form
 yarn add framer-motion

Tutorials

  1. Account Abstraction

  2. Build Full Stack Polygon

  3. Metadata Standars

  4. How to deploy Polygon SC

  5. QuickNode

  6. Smart Contract Factory

  7. Chai Testing

  8. Suarmi Pay in FIAT

  9. SC Molde

  10. Post Online

  11. Time in SC

  12. https://github.com/magiclabs/example-nextjs

  13. https://github.com/hedgehold/prode-front

  14. https://docs.replit.com/tutorials/web3/escrow-contract-with-solidity

  15. https://medium.com/@shuffledex/eventos-en-la-blockchain-c%C3%B3mo-emitirlos-con-solidity-y-recepcionarlos-con-web3-js-6411dafee8b7

  16. Context IPFS https://docs.infura.io/infura/networks/ipfs/how-to/make-requests https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-http-client#url-source https://community.infura.io/t/how-to-upload-multiple-files-on-ipfs-under-the-same-cid-with-curl/5202/3

ABI https://blog.chain.link/what-are-abi-and-bytecode-in-solidity/ https://docs.ethers.org/v5/api/contract/contract-factory/ https://ethereum.stackexchange.com/questions/139213/differences-between-ethers-getcontractfactory-new-ethers-contract-and-ne

TO DO

https://www.youtube.com/watch?v=c_-b_isI4vg https://ethereum.stackexchange.com/questions/146974/how-to-start-with-erc-4337 https://docs.alchemy.com/docs/solidity-payable-functions

Magic Link

https://magic.link/docs/home/welcome https://magic.link/docs/connect/getting-started/quickstart https://magic.link/docs/connect/wallet-api-reference/javascript-client-sdk https://magic.link/docs/connect/wallet-api-reference/javascript-client-sdk#showui() https://codesandbox.io/s/github/magiclabs/magic-demo-react-web3?file=/src/libs/magic.ts

codesandbox Magic Connect Lib