/solidity-boilerplate

A boilerplate for quick-starting a solidity project with hardhat and typescript

Primary LanguageTypeScriptMIT LicenseMIT

Solidity Boilerplate

A boilerplate for quick-starting a solidity project with the latest releases of hardhat and typescript;

Prerequisites

In order to use the project you will need to have installed nodejs. Configure your environment by creating a .env file (check the .env.example file). You can use any Blockchain API's provider that you want, I recommend alchemy.

Install

npm install

Basic Usage

npx hardhat compile
npx hardhat test
npx hardhat run src/tests/deployment.ts