/hardhat-starter

A simple setup for Ethereum smart contract development.

Primary LanguageTypeScript

Clone the repository.

git clone https://github.com/nkrishang/hardhat-starter.git

Install the dependencies.

yarn install

Write smart contract code in /contracts, tests in /test and scripts in /scripts