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) 91 B
#!/usr/bin/env node 'use strict' const { main } = require('../dist/cli/index.js') main()