flow cadence install-vscode-extension
to enable code highlighting for Cadence files)yarn
. This will fetch all required dependencies. The process will take 1-3 minutes and while it’s in progress, you can move on to the next step.node-gyp
package when Yarn installs dependencies. These failures occur because the node-gyp package requires certain additional build tools to be installed on your computer. Follow the instructions for adding build tools and then try running yarn
again.yarn start
This will run all the dev scripts in each project package.json.brew install rustup
and then rustup-init
. See Mac Setup & Installing Rust for more details.rustc
, cargo
, & rustup
. You should also have ~/.cargo/bin
in your PATH environment variable.lerna run deploy [email protected]/dappstarter-dapplib --stream
to compile contracts/*.sol files, deploy them to the blockchain.lerna run dev [email protected]/dappstarter-client --stream
runs the dapp on http://localhost:5001 using webpack dev serverlerna run dev [email protected]/dappstarter-server --stream
runs NodeJS server app on port 5002 with NestJSlerna run test [test file] [email protected]/dappstarter-dapplib --stream
lerna run build:prod
generates dapp bundle for production.\