github.com/smartcontractkit/chainlink-terra@v0.1.4/README.md (about)

     1  # Chainlink Terra Integration
     2  
     3  This repository is a monorepo of the various components required for Chainlink on Terra.
     4  
     5  - Terra Contracts (OCR2, ...)
     6  - Terra CL Relay
     7  - Terra Gauntlet
     8  - Terra On-chain Monitoring
     9  - Ops (infrastructure)
    10  - Integration (tests)
    11  - Demos & Examples
    12  
    13  # Local asdf initial setup
    14  
    15      asdf plugin-add golang https://github.com/kennyp/asdf-golang.git 
    16      # for other golang requirements for your os go to https://github.com/kennyp/asdf-golang
    17      asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
    18      asdf plugin-add rust https://github.com/asdf-community/asdf-rust.git 
    19  
    20      # Then run
    21      asdf install