Skip to main content
Use this guide when you want to deploy a simple contract using Ethers.js v6 and solc only (no Hardhat or Foundry).

Repository

Requirements

Stack

Node.js, Ethers v6, solc, JavaScript/TypeScript.

Quick start

  1. Clone and install
  2. Set private key and RPC in env (see README).
  3. Compile and deploy using the repo scripts (Ethers v6 + solc); see README for exact commands.
For full compile/deploy commands, fetch the raw README.