@charged-particles/peppermint

v0.1.2
Gas-efficient contracts for Pre-Minting 1,000,000,000 NFTs!
ethereum nft solidity

reinstall

rm -rf node_modules && rm -f yarn.lock && yarn clean && yarn

clean

rm -rf build cache coverage coverage.json test-results.xml

clean-test

rm -rf abis .openzeppelin/${npm_config_network:-'unknown-31337'}.json deployments/${npm_config_network:-hardhat}/*.json test-results.xml

compile

hardhat --show-stack-traces --max-memory 8192 compile

deploy

hardhat run scripts/deploy.js --network

test

hardhat test

watch-test

hardhat watch test

hint

eslint '**/*.js' && solhint 'contracts/**/*.sol'

coverage

yarn clean-test && yarn compile && hardhat --show-stack-traces coverage --temp coverage_build && yarn clean-test

gas

REPORT_GAS=true hardhat test

start

hardhat node --port 8545

verify

hardhat run scripts/verify.js --network

gen-docs

solidity-docgen -i contracts -o docs
npm i @charged-particles/[email protected]

Metadata

  • MIT
  • >=14.18.3
  • Unknown
  • released 7/11/2022

Downloads