Setup a Node & Frontend Locally
Prerequisites
brew install nvm
# follow the output to set up your ~/.nvm folder, nvm script, and shell completion
nvm install 13
# check the versions
node -v
npm -v
# then install go
brew install [email protected]
# check the version
go versionSetup
Building and running locally
Running the frontend in development mode
Running the node in testnet mode

Running the node in mainnet mode
Running a local identity service (optional)

Last updated
Was this helpful?
