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.
Configure Hardhat for Rootstock
Learn how to configure your Hardhat project for development on Rootstock testnet and mainnet
Create a Hardhat Project
Learn how to set up your environment for development using Hardhat
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.
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 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.
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 Hardhat Starter dApp
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 dApp
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.
Test Smart Contracts
Learn how to test your Rootstock smart contract
Write a Smart Contract
Learn how to write a smart contract using Solidity and OpenZeppellin