Bounty
Empowering Massa's Ecosystem: The foundation is committed to supporting Massa's development.
This program is designed to support initiatives that meet the specific needs identified by Massa's technical team.
List of open projects
Uniswap v2 like | 1 team working on it
Description: Allow users to swap tokens using a DEX with functions similar to Uniswap v2
Tips: Documentation should be provided to serve as a tutorial on writing smart contracts on Massa.
Grant amount: 150 000 Massa Tokens
Lending Borrowing | 1 team working on it
Description: Lending and borrowing Smart Contracts, allowing users to borrow tokens using any other token as collateral.
Key Features:
Borrowing: Allow users to deposit Massa blockchain assets as collateral to borrow other assets.
Dynamic Interest Rates: Adjustable rates based on market demand and supply.
Collateral Management: Implement a system for users to monitor and manage their collateral ratios to avoid liquidation.
Liquidation Mechanism: Develop a mechanism to liquidate positions that fall below the required collateralization ratio, ensuring the system's stability.
Tips: Should be compatible with the relevant standards.
Grant amount: 400 000 Massa Tokens
Ledger integration
Description: Allow users to secure their fund using Ledger devices using Ledger Live.
Allow users to send and receive Massa
Allow users to connect and use DApps using WalletConnect
Grant amount: 200 000 Massa Tokens
Full On-Chain Media
Description: The media is a publishing platform where the editor publishes articles from authors (journalists, sponsors, etc).
The dApp must be fully on-chain: using Massa autonomous smart contracts (if needed) and a frontend hosted on Massa blockchain with the decentralized DNS.
Frontend and smart contracts must be open-source with MIT License.
A tutorial explaining the concept and the code must be crafted, with the objective to go on https://docs.massa.net/docs/tutorial/home
Grant amount: 100 000 Massa Tokens
Full On-Chain Chat | 1 team working on it
Description: The Chat allows Massa users to send private messages to each other. Registration is done with a user-defined password, used by the frontend to derive a private and public key, and to store the public key in the smart contract data. To send a message, the frontend encrypts the message with the public key associated with the receiver. To open a message, the receiver decrypts the message with its private key. The passwords and key derivation must be hard to brute-force (e.g. using pbkdf2).
The dApp must be fully on-chain: using a frontend hosted on Massa blockchain with the decentralized DNS.
Frontend and smart contracts must be open-source with MIT License.
A tutorial explaining the concept and the code must be crafted, with the objective to go on https://docs.massa.net/docs/tutorial/home
Grant amount: 150 000 Massa Tokens
Full On-Chain Social Network
Description: The social network is a platform where anyone can connect with their Massa wallet, create a profile, create content like small posts or longer articles, like and repost other content, follow other users and browse their feed. A layer of moderation is needed to remove illegal content, with as much decentralization as possible.
The dApp must be fully on-chain: using Massa autonomous smart contracts (if needed) and a frontend hosted on Massa blockchain with the decentralized DNS.
Frontend and smart contracts must be open-source with MIT License.
A tutorial explaining the concept and the code must be crafted, with the objective to go on https://docs.massa.net/docs/tutorial/home
Grant amount: 200 000 Massa Tokens
Full On-Chain Game: Tower Defense | 1 team working on it
Description: The Tower Defense game must handle players, at least a solo mode and a 1v1 mode with tournaments or ELO matching, with moving creeps and firing towers powered by autonomous smart contracts.
The dApp must be fully on-chain: using Massa autonomous smart contracts and a frontend hosted on Massa blockchain with the decentralized DNS.
Frontend and smart contracts must be open-source with MIT License.
A tutorial explaining the concept and the code must be crafted, with the objective to go on https://docs.massa.net/docs/tutorial/home