Files
lodestar/docs/install/source.md
Phil Ngo ca940661bf Docs structure update and addition of post-merge feeRecipient and JWT instructions (#4118)
* Init update key-management.md

* Reconfigure docs and add jwt fee recipient

* Add keystore folder info to validator-management

* Add link to comprehensive setup guide for docker

* Improved NPM warning

* Add flare to libraries list on docs

* Corrections to beacon-management docs

* Align readme and docs index
2022-06-14 08:49:39 -05:00

1009 B

Install from source

Make sure to have Yarn installed. It is also recommended to install NVM (Node Version Manager) and use v16 of NodeJS.

!!! info NodeJS versions < 16.x are not supported by Lodestar. We currently recommend running NodeJS 16.x.

Clone the repo locally.

git clone https://github.com/chainsafe/lodestar.git

Install across all packages. Lodestar follows a monorepo structure, so all commands below must be run in the project root. Use the --ignore-optional flag to prevent downloading the Ethereum Consensus spec tests.

yarn install --ignore-optional

Build across all packages.

yarn run build

Or if you are using Lerna:

lerna bootstrap

Lodestar should now be ready for use.

./lodestar --help