Skip to content

Resources for the Celo MIT IAP challenge

License

Notifications You must be signed in to change notification settings

tompollard/celo-IAP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Celo MIT IAP Resources

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.

Requirements

NVM

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

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

About

Resources for the Celo MIT IAP challenge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published