Create smarter accounts that give users a seamless web3 experience
21 docs tagged with "hardhat"
Learn about some potential issues you can run into and tips on how to resolve them.
Learn how to configure your Hardhat project for development on Rootstock testnet and mainnet
Learn how to set up your environment for development using Hardhat
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.
Learn how to deploy your Rootstock smart contract on your local environment and the Rootstock network.
Dev Environments provide a complete set of tools for writing, testing, and deploying your smart contracts 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.
General tools to build on Rootstock
Get started with creating a dApps on Rootstock using Hardhat.
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.
Learn how to integrate your Rootstock smart contract with front-end applications.
Learn how to interact with your smart contract using cast
Oracles act as bridges, securely bringing external data onto the Rootstock blockchain for dApps to utilize.
This guide is designed to help you deploy smart contracts on the Rootstock blockchain, with a focus on using Hardhat Ignition. While standard Hardhat guides cover general Rootstock development, this guide specifically showcases how Hardhat Ignition can make deployment more efficient by enabling programmatic and declarative approaches tailored for Rootstock.
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.
Building dApps on Rootstock involves interacting with the blockchain network. See available node rpc providers on Rootstock.
Learn how to write a smart contract using Solidity and OpenZeppellin
Learn how to test your Rootstock smart contract
Configuring Hardhat Verification plugin for Rootstock
Learn how to write a smart contract using Solidity and OpenZeppellin