fluidex / fluidex-backend

Building the first permissionless layer2 orderbook DEX on Ethereum, powered by PLONK zk-rollup
https://www.fluidex.io/
38 stars 8 forks source link

All the issues found when running run.sh on a 'clean' host #44

Open noel2004 opened 3 years ago

noel2004 commented 3 years ago

Also should we consider running ticker.ts in the very last after verifying all processes have been there

0xmountaintop commented 3 years ago
  1. most of the dependencies can be installed by running ./scripts/install_deps.sh
  2. circuit is seems not able to be initialized by npm i correctly: maybe caused by different node version? which version are you using?
noel2004 commented 3 years ago
  1. most of the dependencies can be installed by running ./scripts/install_deps.sh
  2. circuit is seems not able to be initialized by npm i correctly: maybe caused by different node version? which version are you using?

issues can be reproduced on ff3, which use npm 6.14.14 (nodeJS 14.17.5)