LogoLogo
WebsiteDiscordTelegramX (Twitter)
  • About LightLink
    • What is LightLink?
    • Low Gas Fees
    • Enterprise Mode With Zero Fees
    • Benefits of Enterprise Mode
  • Using LightLink
    • Connecting a Wallet
    • Adding LL Tokens to Your Wallet
    • Bridging Assets
    • Getting Testnet Tokens
    • Use Cases
  • Building on LightLink
    • Live Networks
    • EVM and Solidity Basics
    • Smart Contracts
    • Boneh-Lynn-Shacham Signatures (BLS)
    • JSON-RPC Specification
    • Enterprise Mode Overview
    • Enabling Enterprise Mode
    • Developer AI Support
  • Tools for Developers
    • Bolt for Gasless NFT Minting
    • Block Explorers
    • Clients
    • IDEs
    • Toolchains
    • Data Indexers
    • Oracles and Random Number Generators
    • Deployed Contracts
    • SPACE ID Web3 Name SDK
  • Achitecture & Design
    • LightLink Protocol: Deep Dive
    • Bridge Architecture
    • Live Contracts Addresses
  • Miscellaneous
    • Brand Assets
    • Security Audits
    • Ecosystem Growth Program
Powered by GitBook
On this page
  • Foundry
  • Hardhat
  • thirdweb
  1. Tools for Developers

Toolchains

PreviousIDEsNextData Indexers

Last updated 1 year ago

Toolchains are specialized tools designed to launch a private blockchain with dummy accounts and ETH, allowing for realistic dApp testing on a local machine.

Foundry

is a toolchain for smart contract development. It manages dependencies, compiles projects, runs tests, and deploys contracts on a local private chain, enabling developers to interact with them for advanced testing.

Hardhat

is one of the most popular toolchains for Ethereum development. It equips developers with components to build and test smart contracts on a private blockchain. Hardhat also has a plugin for integration with Visual Studio Code, simplifying the development process.

thirdweb

supports private blockchain spin-ups with dummy accounts for testing smart contracts in an environment that simulates the production environment. Specializing in integrating Web3 into various types of dApps, Thirdweb is a good choice for adding tokens or NFTs to existing projects.

Foundry
Official documentation
Hardhat
Official documentation
thirdweb
Official documentation