UNPKG

harsta

Version:

Harsta is a contract development tool based on Hardhat, designed to streamline the development, testing, and referencing of contracts, addresses, ABIs, and contract instances.

7 lines (4 loc) 87 B
#!/usr/bin/env node 'use strict' import { main } from '../dist/cli/index.mjs' main()