tendermint-node
tendermint-node copied to clipboard
Run a Tendermint full node from Node.js
When installing this package getting the below error: ```` > [email protected] install E:\WinApp\fict\tendermint\node_modules\tendermint-node > node ./bin/download.js fs.js:27 const { Math, Object } = primordials; ^ ReferenceError: primordials is not defined...
The bin/update is failing with `spawn npm ENOENT` error on windows.
Fix for https://github.com/nomic-io/tendermint-node/issues/9
Fix for https://github.com/nomic-io/tendermint-node/issues/7 The unzip package is causing trouble with node.js latest versions.
When the `tendermint.initSync()` is called it looks like a config file is auto-magically generated, it has some defaults, which need to be overwritten in the application, for example, `timeout_commit`, `create_empty_blocks`...
https://github.com/mappum/tendermint-node/blob/6d4cafb4b6eb0c5b9f13e5090f2532ee8bf0ff05/package.json#L11 There is no `rm` and `touch` commands in windows. So package not compatible w/ win platform but sources contains windows binaries