pyopenbook/README.md

459 B

PySerum

Python client library for interacting with the Project Serum DEX.

Setup

  1. Install pipenv.
brew install pipenv
  1. Install dev dependencies.
pipenv install --dev
  1. Activate the pipenv shell.
pipenv shell

Lint

make lint

Tests

# All tests
make tests
# Unit tests only
make unit-tests
# Integration tests only
make int-tests

Using Jupyter Notebook

make notebook