@charged-particles/erc721i

v0.1.5
--- ## About Infinite (ERC721i) NFT Pre-Mint Contracts v0.1.4
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/erc721i

Metadata

  • MIT
  • >=14.18.3
  • Unknown
  • released 8/12/2022

Downloads