Foundra is a funding platform . Any projects can open a request for funding
Users can fund their favorite projects and get some project tokens according to the fund they are depositing. Users fund are safe with our contracts. User fund and project tokens are vested. users fund are used to provide liquidity at the tge. initialy a certain amount of user funds are unlocked and provided to liquidity. balance amount is vested and linearly unlock until the time when user got the full project token. the unlocked funds are also provided to the dex liquidity.
We used Foundry to build our contracts. contracts are written in solidity. For contract scripting and testing :- Foundry in front end we used React js , wagmi and typescript.
Implemented pyth network price feeds for fetching eth price. We used PythNetwork eth/usd price feed for fetching eth price in sepolia network. The value is super accurate. and the integration was easy.
We will implement Paypal usd as the funding token in the future

