Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 428 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (21 loc) · 428 Bytes

Development

Start by cloning the repository.

git clone git@github.com:trusttoken/bnb-tx-python.git

Install dependencies

pipenv install --dev

Run flake8

pipenv run flake8

Run tests

pipenv run ./runtests.py

Pull Requests

Please try to adhere to the following guidelines.

  • Code should pass flake8 linting
  • New transaction types need testing of both amino and JSON encodings