For the complete documentation index, see llms.txt. This page is also available as Markdown.

5.8 Developing Using Hardhat

For advanced development, Hardhat provides a local development environment.

Setting Up Hardhat

Install Node.js, then initialize a project:

npm init -y
npm install --save-dev hardhat
npx hardhat

Configuring FreCx Network

Last updated