Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 956 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 956 Bytes

Price Oracle

  • Clone the repository:

    git clone https://github.com/valory-xyz/price-oracle.git
    
  • System requirements:

  • Pull pre-built images:

    docker pull valory/autonolas-registries:latest
    docker pull valory/safe-contract-net:latest
    
  • Create development environment:

    make new_env && pipenv shell
    
  • Configure command line:

    autonomy init --reset --author valory --remote --ipfs --ipfs-node "/dns/registry.autonolas.tech/tcp/443/https"
    
  • Pull packages:

    autonomy packages sync --update-packages