solid-grinder 1.1.0

A CLI that goes along with building blocks of smart contract. Along with our front-end snippets, this toolbox can reduce L2 gas cost by encoding calldata for dApps development to use as little bytes of calldata as possible.
{
  "name": "solid-grinder",
  "version": "1.1.0",
  "description": "A CLI that goes along with building blocks of smart contract. Along with our front-end snippets, this toolbox can reduce L2 gas cost by encoding calldata for dApps development to use as little bytes of calldata as possible.",
  "scripts": {
    "preinstall": "node ./install.js",
    "build:contract": "FOUNDRY_PROFILE=solc_0_7 forge build && forge build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Ratimon/solid-grinder"
  },
  "author": "Rati Montreewat",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Ratimon/solid-grinder/issues"
  },
  "homepage": "https://github.com/Ratimon/solid-grinder#readme"
  ,
  "files": [
    "binary-install.js",
    "install.js",
    "run.js",
    "binary.js",
    "README.md",
    "LICENSE",
    "contracts",
    "cli",
    "Cargo.lock",
    "Cargo.toml"
  ],
  "dependencies": {
    "axios": "^0.26.1",
    "rimraf": "^3.0.2",
    "tar": "^6.1.11"
  },
  "bin": {
    "solid-grinder": "run.js"
  }
}