nkrishang / hardhat-starter

A simple setup for Ethereum smart contract development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple setup for Ethereum smart contract development.


Languages

Language:TypeScript 97.3%Language:Shell 2.7%