Smart Contracts for Trustlines-Network
Project description
Py-Bin
This directory contains an npm and a python package used to pack the contracts.json
and merged_abis.json
file containing among other things the abi and bytecode of all compiled contracts from this repository.
The merged_abis.json
contains the merged abi of all the versions of currency networks. This is useful for currency
networks that use a proxy pattern and have been upgraded to different versions through their lifetime.
The tlbin
python package can be used to easily load the contracts.json
or merged_abis.json
with the following:
from tlbin import load_packaged_contracts, load_packaged_merged_abis
contracts_dict = load_packaged_contracts()
merged_abis_dict = load_packaged_merged_abis()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file trustlines-contracts-bin-2.0.0.tar.gz
.
File metadata
- Download URL: trustlines-contracts-bin-2.0.0.tar.gz
- Upload date:
- Size: 336.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 70166e727dcb7274d3a537878b70486a6383965a119f04f4608aa72c5f1cb583 |
|
MD5 | 243a1b80444582d223bcc209f46cebaf |
|
BLAKE2b-256 | 2d657751ba2004317cd752527dd13ceab63300a1e8bf1def3502d582c2b6442a |