## Builder report 04262024 ### Activities Completed ✅ 3 project repositories were created to guide new BOS developers in understanding how to launch widgets on NEAR with ETH integration. * Token Factory in ETH: BOS widget to create, customize and launch tokens on Sepolia Testnet. This widget imports an external contract from OpenZeppelin, a popular library for developing smart contracts in Ethereum. The imported contract is ERC20.sol, which is a standard implementation of the ERC-20 standard for tokens in Ethereum. https://github.com/open-web-academy/BOS-TokenFactory * Liquidity in Maverick pools: This repository is an example of how to implement Maverick LP contracts in BOS to add liquidity to a pool in both left and right modes. https://github.com/open-web-academy/BOS-Maverick * NFT Minter in ETH: This widget imports an external contract from OpenZeppelin, a popular library for developing smart contracts in Ethereum. The imported contract is ERC721.sol, which defines a standard interface for non-fungible tokens (NFTs). https://github.com/open-web-academy/BOS-NFTMinter ### Future Activities ⏩ * Example project that allows you to have a widget in BOS that retrieves information from the Farcaster decentralized social network and displays it in BOS. https://www.farcaster.xyz/ * Example project that allows AAVE loan information to be displayed in a widget. https://aave.com/ ### Notes 📝 * The APIs used to make the missing repositories (Farcaster and AAVE) were updated in recent days, so the methods that were used must be updated * The development time for the following repositories will only allow using the API to read information, the writing of information is evaluated. * Awaiting review of completed repositories by BDAO #build #update