@ganache/filecoin

v0.1.0
Ganache's Filecoin client implementation
ganache ganache-filecion filecion blockchain smart contracts dapps web3 tooling

build

npm run tsc && npx --node-arg=--max-old-space-size=10000 webpack

docs.build

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 --port 3012 --directory ../../../

tsc

ttsc --build

tsc.declarations

ttsc --build tsconfig.declarations.json

test

nyc --reporter lcov npm run mocha

mocha

cross-env TS_NODE_COMPILER=ttypescript TS_NODE_FILES=true TS_NODE_TRANSPILE_ONLY=true TS_NODE_PROJECT=tsconfig.test.json mocha --timeout 10000 --no-parallel --exit --check-leaks --throw-deprecation --trace-warnings --require ts-node/register 'tests/**/*.test.ts'
npm i @ganache/[email protected]

Metadata

  • MIT
  • >=12.13.0 <=14.14.0
  • Tim Coulter
  • released 2/17/2021

Downloads

Maintainers