Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 508 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 508 Bytes

This is an opinionated web3 library.

  1. async as the first citizen.
  2. websocket support as the first citizen.
  3. it supports eth_subscribe() and eth_unsubscribe().

This library tries to simplify the interaction with the deployed contracts. You want to deploy a new smart contract, please checkout the awesome brownie tool.

How to Contribute:

  1. install poetry
  2. under this folder, run poetry install
  3. then run poetry shell
  4. start the development
  5. run poetry run pytest
  6. send PR