Skip to content

terra-money-archive/research

 
 

Repository files navigation

Terra Research

banner

Codebase for Terra Research. Projects span all layers of the Terra stack: blockchain, stability, dApps, e-commerce and beyond.

Requirements

  • Python 3.6 or above
  • Basic python packages found in requirements.txt (numpy, pandas etc)

Setup

The easiest and most reliable way to run the code is by setting up a python virtual environment. If you've never done this before, follow these straightforward instructions. In addition, virtualenvwrapper provides handy shortcuts for interracting with virtualenvs and helps organize them. Make sure you install Python 3.6 or above in your virtualenv.

After you activate your virtualenv, clone the research repo and run the following to install required dependencies:

pip install -r requirements.txt

You're all set!

Projects

The codebase is organized into projects. Project-wide utilities are found under the utils directory. Each project has its own detailed documentation.

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%