@ganache/ethereum

v0.10.2
Ganache's Ethereum client implementation
ganache ganache-ethereum ethereum evm blockchain smart contracts dapps solidity vyper and 4 more...

docs.build

npx shx rm -rf ./lib/docs ./lib/api.json && npm run docs.typedoc

docs.typedoc

typedoc --options ./typedoc.json --readme ./README.md --out ../../../docs/typedoc --json ../../../docs/typedoc/api.json src/api.ts

docs.preview

ws --open --hostname localhost --port 3010 --directory ../../../docs

tsc

tsc --build

test

nyc --reporter lcov npm run mocha

mocha

cross-env TS_NODE_FILES=true mocha --timeout 5000 -s 0 --exit --check-leaks --throw-deprecation --trace-warnings --require ts-node/register 'tests/**/*.test.ts'

postinstall

npx [email protected]
npm i @ganache/ethereum

Metadata

  • MIT
  • Whatever
  • David Murdoch
  • released 12/21/2023

Downloads