Skip to main content

20 docs tagged with "hardhat"

View All Tags

Data Indexing

Data indexers act like librarians for blockchain data, organizing and storing information in a way that's easy to access. This makes it easier for dApps to get the data needed, which in turn makes dApps faster and more efficient. Explore data indexers on Rootstock.

Deploy Smart Contracts

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

Dev Environments

Dev Environments provide a complete set of tools for writing, testing, and deploying your smart contracts on Rootstock.

Explorers on Rootstock

Blockchain explorers are a special type of software that connect to a blockchain network, and display the data from an immutable public ledger. Find block explorers for viewing transactions, blocks, addresses and verifying smart contracts on Rootstock.

Hardhat on Rootstock

Hardhat is an Ethereum development environment for developers. It's primarily used in the development of smart contracts for the Rootstock and EVM-compatible chains.

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.

RPC Node Providers

Building dApps on Rootstock involves interacting with the blockchain network. See available node rpc providers on Rootstock.

Smart Contract

Learn how to write a smart contract using Solidity and OpenZeppellin