iamcrisb / solidity-boilerplate

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:TypeScript 70.0%Language:Solidity 27.8%Language:Shell 2.2%