Build, test, and deploy a minimal constant-product AMM (x*y=k) on Rootstock testnet, then wire it to a simple frontend.
「タグ付けされたドキュメント 」のsolidity
Learn how to create a simple constant product AMM (like Uniswap V2) on Rootstock, with code walkthroughs, testing, and frontend integration.
The Rootstock CLI (Command Line Interface) lets you manage your Rootstock wallet directly from the terminal. Create, manage, and fund your wallet with rBTC (Rootstock Bitcoin) easily and securely.
The Rootstock CLI enables faster deployment of smart contracts to the Rootstock network.
This guide demonstrates to a developer how to handle Bitcoin transactions in a Solidity Smart contract, we will also learn how to parse transactions, hash transactions and validate scripts for bitcoin transactions.
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.
The Rootstock CLI tool enables users to manage wallets, check balances, send transactions, verify smart contracts and interact with smart contracts on the Rootstock blockchain - a Bitcoin sidechain designed for smart contracts. It supports both mainnet and testnet environments.
Scaffold the USSD-Rootstock project using Hardhat 3, write the InclusiveDeFi smart contract, configure the Rootstock Testnet network, and deploy using Hardhat Ignition.
The contract command allows you to interact with a verified smart contract on the Rootstock blockchain. This command lists all available read-only functions within the contract, allowing you to call these functions to view data without altering the contract's state.
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.
Essential security practices for DeFi: reentrancy, access control, upgradeability, and more.
Learn the foundational concepts of smart contracts on Rootstock.
Implement ERC-20, ERC-721, and Rootstock-specific token patterns with security and efficiency.
You can try out the Rootstock CLI (RSK-CLI) in an online sandbox environment like Replit without needing to set up everything locally
The Rootstock CLI (rsk-cli) tool enables users to manage wallets, check balances, send transactions, verify smart contracts and interact with smart contracts on the Rootstock blockchain - a Bitcoin sidechain designed for smart contracts. It supports both mainnet and testnet environments.
Building private decentralized applications (dApps) on Rootstock is key to ensuring user confidentiality and security. Zero-Knowledge Proofs (ZK proofs) and Noir form a powerful combination, blending advanced cryptography with a developer-friendly language to create privacy-focused solutions.