ipfs-log

v5.4.2
Append-only log CRDT on IPFS
ipfs log crdts crdt

test

TEST=all nyc mocha --loader=ts-node/esm

test:browser

npm run build:tests && mocha-headless-chrome -t 360000 -f ./test/browser/index.html -a no-sandbox

build

npm run build:es5 && npm run build:examples && npm run build:dist

build:docs

jsdoc src/ -d docs --readme README.md

build:tests

webpack --config webpack.tests.config.js --mode production

build:examples

webpack --config webpack.example.config.js

build:dist

webpack --config webpack.config.js --mode production

build:es5

babel src --out-dir ./lib/es5/ --presets @babel/preset-env --plugins @babel/plugin-transform-runtime

lint

standard

benchmark

nyc benchmark-runner -r -b --baselineLimit 1000

benchmark:stress

benchmark-runner -r --grep stress

examples

http-server examples/browser

Metadata

  • MIT
  • >=14.0.0
  • Haad
  • released 8/21/2022

Downloads