DefiLlama is the largest TVL aggregator for DeFi. Learn how to list a DeFi project and write an SDK adapter to add a Protocol to DefiLlama.
15 documentos etiquetados con "defi"
Build, test, and deploy a minimal constant-product AMM (x*y=k) on Rootstock testnet, then wire it to a simple frontend.
This project is a Governance Voting Dashboard built on the Rootstock blockchain. It allows users to create and vote for teams using governance tokens (ERC20 tokens).
This tutorial demonstrates implementing cross-chain token transfers using OFT (Omnichain Fungible Token) between Rootstock Testnet and Ethereum Sepolia Testnet via LayerZero's OFT V2 protocol.
Learn how to create a simple constant product AMM (like Uniswap V2) on Rootstock, with code walkthroughs, testing, and frontend integration.
Practical Rootstock DeFi tutorials (testnet) and a DeFi 101 catalog for background and security review.
Validate the USSD-RSK bridge end-to-end using the Africa's Talking simulator and curl. Verify on-chain transactions via the Rootstock Testnet Explorer and understand current limitations.
Learn how to build internet-free decentralized financial services on Rootstock using USSD, enabling P2P transfers and micro-loans on feature phones without internet access.
Build and test a mock Chainlink-style price feed consumer on Rootstock testnet, with safe read patterns and local testing.
Fetch reliable off-chain data using oracles on Rootstock – price feeds, randomness, and more. A beginner-friendly guide with step-by-step examples.
A DeFi 101 catalog of token standards and security patterns to review before deploying to production on Rootstock.
A structured guide for building DeFi protocols on Rootstock – token standards, oracles, AMMs, security, and templates.
Hyperlane is the open interoperability framework to connect anywhere onchain. Build dApps that seamlessly communicates between Rootstock to other EVM-compatible chains.
Essential security practices for DeFi: reentrancy, access control, upgradeability, and more.
Implement ERC-20, ERC-721, and Rootstock-specific token patterns with security and efficiency.