ArDrive CLIPrerequisites
NVM (Optional - Recommended)
This project uses the Node Version Manager (NVM) and an .nvmrc
file to lock the recommended Node version used by the latest version of ardrive-core-js
.
Note for Windows: We recommend using WSL for setting up NVM on Windows using the [instructions described here][wsl-install]
Follow these steps to get NVM up and running on your system:
- Install NVM using [these installation instructions][nvm-install].
- Navigate to this project's root directory
- Ensure that the correct version of Node is installed by performing:
nvm install
- Use the correct version of Node, by performing:
nvm use
IT IS STRONGLY RECOMMENDED THAT YOU AVOID GENERATING WALLETS VIA SEED PHRASE WITH THE CLI USING ANY NODE VERSION OTHER THAN THE ONE SPECIFIED IN .nvmrc
.
How is this guide?