This repository contains examples of how to use Orderly EVM API written in Python.
- install Python3
- install pipenv
- clone this repository
- install dependencies:
pipenv sync
- set up a
.env
file by copying.env.example
and insert your wallet's private key. - run example:
pipenv run python src/main.py