mackbowes / hardhat-walkthrough

This is just my finished codebase after walking through the Hardhat setup tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hardhat-walkthrough

This is my completed walkthrough of the Hardhat project setup tutorial.

If you're unfamiliar, Hardhat is a development environment tool for Ethereum.

I plan to use it to refer to future projects that have a use case for Hardhat.

This project also uses Waffle, a testing library for Ethereum code and Ethers, a compact yet robust library for interacting with Ethereum from... a Javascript web project? I can only assume?

About

This is just my finished codebase after walking through the Hardhat setup tutorial


Languages

Language:JavaScript 67.5%Language:Solidity 32.5%