Skip to main content

38 docs tagged with "dApps"

View All Tags

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.

Deploy Smart Contracts

Learn how to deploy your Rootstock smart contract on your local environment and the Rootstock network.

Hardhat on Rootstock

How to get started with writing, deploying and testing smart contracts on Rootstock using Hardhat.

Introduction to Airdrops on Bitcoin

Airdrops are a way for cryptocurrency projects to distribute free or sometimes paid tokens to users, often to promote a new project or reward loyal users.

Introduction to Runes Mock Bridge

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

Overview of the Airdrop Template Repository

The repository consists of multiple smart contracts that work around a core logic contract called AirdropManager.sol which manages the logic for the different airdrops inside.Each contract has a specific role, and they interact with one another to manage airdrops effectively.

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.

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 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.

Runes Mock Bridge 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.

Setup

This shows you steps to set up your airdrop giveaway machine

Smart Contract

Learn how to write a smart contract using Solidity and OpenZeppellin