This is the home of all the resources participants will need in order to build their own automated trading strategies in the Celo MIT IAP challenge.
NVM (Node Version Manager) helps to manage which version of node you currently have running. Install it here
Then, use NVM to install a version of node:
nvm install v8.12.0 && nvm use v8.12.0
Yarn is a better npm (node package manager) client. It installs the dependencies necessary to run all of the projects. Install it - make sure to use the --without-node
flag since we are using nvm - here