Account Abstraction using Etherspot Prime SDK
In this guide, you will learn how to use the Etherspot Prime SDK to deploy an Account Abstraction dApp on the Rootstock network. By following these steps, you will empower your users to interact with your dApp without managing private keys directly.
Common Errors and Tips
Learn about some potential issues you can run into and tips on how to resolve them.
Common Errors and Tips
Learn about some potential issues you can run into and tips on how to resolve them.
Configure Foundry for Rootstock
Learn how to configure your Foundry project for development on Rootstock testnet and mainnet
Configure Hardhat for Rootstock
Learn how to configure your Hardhat project for development on Rootstock testnet and mainnet
Create a Foundry Project
Learn how to set up your environment for development using Foundry
Create a Hardhat Project
Learn how to set up your environment for development using Hardhat
Deploy Smart Contract
Learn how to deploy your Rootstock smart contract using forge.
Deploy Smart Contracts
Learn how to deploy your Rootstock smart contract on your local environment and the Rootstock network.
Deploy Smart Contracts on Bitcoin
Learn how to write, interact and deploy smart contracts on Bitcoin.
Deploy, Interact and Verify Smart Contracts using Remix and Rootstock Explorer
In this guide, we will use the Remix IDE to write, compile, deploy, interact and verify a smart contract on the Rootstock Explorer.
Foundry on Rootstock
How to write, test, and deploy smart contracts with Foundry
Get Started with The Graph
Easily query on-chain data through a decentralized network of indexers
Getting Started with Ape
How to compile, deploy, and intereact with smart contracts with Ape on Rootstock
Getting Started with Foundry
How to write, test, and deploy smart contracts with Foundry
Getting Started with Hardhat
Get started with creating a dApps on Rootstock using Hardhat.
Hardhat on Rootstock
How to get started with writing, deploying and testing smart contracts on Rootstock using Hardhat.
Interact with the Front-end
Learn how to integrate your Rootstock smart contract with front-end applications.
Interact with the Smart Contract
Learn how to interact with your smart contract using cast
Introduction to Runes
The Rootstock Runes Mock Bridge opens up exciting opportunities for developers to build Runes-focused applications within the Rootstock ecosystem. This bridge introduces three core solutions: Mock Bridge, Marketplace, Giveaway Engine
Port an Ethereum dApp to Rootstock
Porting an Ethereum decentralized application (dApp) to Rootstock (RSK) presents an exciting opportunity to leverage the benefits of the Rootstock network, a Bitcoin L2 compatible with Ethereum. This guide will walk you through porting an Ethereum dApp to the Rootstock network using the Hardhat Ignition deployment tool and leveraging the compatibility between Solidity (used for Rootstock) and Ethereum.
RIF Suite - Open Source Tools
Open-source tools and technologies that make it faster, easier and more rewarding to build on Bitcoin.
Rootstock - Alchemy RPC Provider
Guide to interacting with the Rootstock network using Alchemy.
Rootstock Foundry Starter kit
Whether you are a seasoned developer or just starting your journey into smart contract development, the foundry starter kit provides a solid foundation for building decentralized applications (dApps) on the Rootstock network.
Rootstock Hardhat Starter Kit
Whether you are a seasoned developer or just starting your journey into smart contract development, the hardhat starter kit provides a solid foundation for building decentralized applications (dApps) on the Rootstock network.
Rootstock Wagmi Starter Kit
The Rootstock Wagmi Starter Kit provides a solid foundation for developing decentralized applications (dApps) on the Rootstock blockchain. It streamlines development by leveraging the React, Wagmi, and Shadcn libraries.
Runes Contract Explanation walk through
The Rootstock Runes Mock Bridge setup page shows you how to getting building your runes, by first cloning our project and testing it locally.
Runes Setup
The Rootstock Runes Mock Bridge setup page shows you how to getting building your runes, by first cloning our project and testing it locally.
Smart Contract
Learn how to write a smart contract using Solidity and OpenZeppellin
Test Smart Contracts
Learn how to test your Rootstock smart contract
Testing Smart Contracts using Foundry
Learn how to test your Rootstock smart contract using Foundry
Write a Smart Contract
Learn how to write a smart contract using Solidity and OpenZeppellin