2.0.0 • Published 1 year ago

@trustlines/trustlines-contracts-abi v2.0.0

Weekly downloads
173
License
MIT
Repository
github
Last release
1 year ago

Py-Bin

This directory contains an npm and a python package used to pack the contracts.json file containing among other things the abi and bytecode of all compiled contracts from this repository.

The tlbin python package can be used to easily load the contracts.json with the following:

from tlbin import load_packaged_contracts

contracts_dict = load_packaged_contracts()