The below projects are the targets with the following requirements:

Projects:

  1. DeFi related (lending/borrowing, AMM)

    An Automatic Market Maker is an app, which can let people buy or sell Tokens/Assets like an exchange. There should be liquidity pools which will hold the tokens used by the exchange. Appropriate mathematical formulae must be used to stabilize the the prize variation.

  2. Prediction Markets

    A decentralized betting platform. People can create a question with binary answers. Other ‘prediction makers’ can buy/sell the tokens corresponding to a yes/no answer. The worth of both tokens fluctuate according to their supply v/s demand. When the question closes on some set time, the platform automatically fetches the true final outcome. The value of correct answer token becomes maximum and the incorrect one to zero. Finally people can exchange their token with funds.

  3. NFT metaverse

    A virtual space (game, website, AR/VR interface) where people can mint, buy, or sell NFTs. The platform should be emerging enough so that it eliminates the traditional real world in some way.

  4. Profile Picture NFTs

    There is a need for a plug-and-play module with extensive API to integrate NFTs on Tezos blockchain to any applications for its profile pictures. The module should be configurable enough to take the user’s address and token ID and return URI of tokens with proper cropping. It will be a bonus if the parameters like cropping size, token_id, are customizable through the API.

  5. Build an AMMs (like Uniswap/curve/bancor)

    Decentralised exchanged like Uniswap have liquidity pools for token pairs. People can contribute in the liquidity pools and get incentives from the trading fees. People can also buy/sell supported tokens, whose rates are adjusted through appropriate mathematical formulae.

  6. Build a Lending-borrowing platform (like AAVE, Compound)

    A platform like AAVE, where tokens can be borrowed for stable and variable interest rates or users can lend cryptocurrencies into liquidity pools and earn interest on deposits. It supports flash loans with leverages and options for collaterals.

  7. Mobile App for tracking portfolio of NFTs/DeFi assets on Tezos

    A decentralized portfolio tracker like Dexfolio is an app with simple and clean UI/UX to easily get the overview of the portfolio where multiple tokens are held. It have a dashboard with useful metrics to analyze the holding, gains/loss, etc.

  8. Build a project using Checker (docs.checker.io)

    can’t find any info about this

  9. Build a Dream11 like an app using Tezster_dart where every player/artifact is an NFT

    Dream11 is a gamified app where we form a team of players and players are NFTs. As the match ends, the winners get rewarded according to their corresponding ranks. The frontend library in this case will be in Dart, for easy integration into some Flutter apps.

  10. Build NFT based esports games

    E-Sports games like csgo, League of Legends, Dota 2, PUBG, etc. The in-game assets like player costumes, gun skins, spray paints, etc. are the NFTs on the Tezos blockchain. So the modules should mainly focus to be an interface between the game and its assets on the blockchain.

  11. Build decentralized cross-chain bridge (bridge from other blockchains to Tezos and vice-versa)

    A decentralized cross-chain bridge for Tezos. It is able to exchange tez or other crypto assets with the assets/cryptocurrency of other blockchains. It will take care that when transferring any asset from chain A to chain B, that amount of asset is locked in chain A and the same amount is minted in chain B. Similarly, in the opposite case, chain B assets are burned and chain A assets are freed again.

  12. Build a beautiful and intuitive front-end of Liquidity Baking (check one other front-end at tezblock.io)

    A new and better frontend of a Liquidity Baking project. It will have a better UI/UX and showing real data is a bonus. The code of the frontend should be very modular and customizable so that anyone can tweak or adjust its look and feel.

  13. Redesign any Tezos project (ctez, plenty, youves, etc) with alternative front-ends

    A redesign of some popular projects on Tezos like ctez, plenty, youves, etc. It will have better UI/UX with similar functionalities. Only the front end needs to be developed connected with the already deployed smart contract. The more beginner-friendly it is, the better.