🇺🇸
Laika Documentation
Docs - EN
Docs - EN
  • 🐶What is Laika
  • Guides
    • Quickstart Guide
  • Fundamentals
    • Create a New Request
    • Sharing Imports
    • Laika Utilities
      • Create a Note
      • Code Snippets
      • Converters
    • Laika Scenarios
    • Laika Environments
  • Advanced
    • Use hardhat-laika
    • Using Laika with Web3 Node Providers
  • Use Cases
    • Laika for Lens
    • Use Laika with Hardhat
      • What is Hardhat
      • Why do we use Hardhat
      • Setup Project
      • Toy Example
Powered by GitBook
On this page
  1. Use Cases
  2. Use Laika with Hardhat

Why do we use Hardhat

PreviousWhat is HardhatNextSetup Project

Last updated 2 years ago

When using Hardhat, We can use it to compile, deploy and test our smart contract. There are plugins for us to choose to install so we can increase the efficiency of development. Hardhat runs on our personal computer allowing us to choose to use the Text editor that we like to use in development. (If we use REMIX we have to stick to the Remix IDE) We can use Hardhat to cope with this problem by using Hardhat on Visual Studio Code so we can choose to install any extension that we like.