Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 452 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 452 Bytes

Orderly EVM examples Python

This repository contains examples of how to use Orderly EVM API written in Python.

Run this example

  • 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