npm.io
1.0.0 • Published 3 years ago

@solidhat/cli

Licence
GPL-3.0-or-later
Version
1.0.0
Deps
1
Size
38 kB
Vulns
0
Weekly
0
Stars
1

Solidhat

This project is in work in progress

Solidhat is a kind of fork of Hardhat, but correcting the imperfections of it. Hardhat's code is big and complex, and I don't think that everything that has been done is necessary.

This fork includes in particular:

  • A fix for the CLI
  • A security patch for templates
  • Supporting multiple package managers (npm, yarn and pnpm)

Usage

Create a new project:

npx create-solidhat # or pnpm create solidhat
                    # or yarn create solidhat

Installation

This project uses pnpm:

pnpm install

License

This project is licensed under the GNU GPLv3.