You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should checking the prerequisite of rust, cargo, nodeJS and npm. in ubuntu I install node via snap (sudo snap install node --classic --channel=14), the dist package may be too obsolete (8.0)
(we may also link the cargo install binary to a public path like /usr/local/bin)
circuit is seems not able to be initialized by npm i correctly because of a problemic package-lock.json and need to remove the lock file first, like I had done in the prover-cluster setup docker
Should checking the prerequisite of rust, cargo, nodeJS and npm. in ubuntu I install node via snap (
sudo snap install node --classic --channel=14
), the dist package may be too obsolete (8.0)Following global tools need to be solved:
cargo install --git https://github.com/Fluidex/plonkit
)cargo install sqlx-cli --no-default-features --features postgres
)npm i -g snarkit
)circuit is seems not able to be initialized by
npm i
correctly because of a problemic package-lock.json and need to remove the lock file first, like I had done in the prover-cluster setup dockerenvsubst issue (allow default value for envsubst #39)
snarkit compiling issue (snarkit compile crashs under ubuntu snarkit#14)
in deploy_contracts, we should wait long enough or try to ensure the hardhat has launched completely #48
Also should we consider running ticker.ts in the very last after verifying all processes have been there
The text was updated successfully, but these errors were encountered: