Skip to content

kazuma512/hardhat-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hardhat Tutorial

Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software.

Installation

To install the project and its dependencies, run the following command:

npm install

Usage

Compile the Project

To compile the project, run the following command:

npx hardhat compile

Deploy the Project

To deploy the project, use the following command:

npx hardhat run scripts/deploy.js

Verify the Project

To verify the project, use the following command:

npx hardhat verify --network <network_name>

Replace <network_name> with the actual name of the network you want to verify the project on.

Configuration

No specific configuration is required for this project.

Testing

To run tests for the project, use the following command:

npx hardhat test

License

This project is licensed under the MIT License.

About

Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published