eth-erc20/python
2023-03-22 12:34:57 +00:00
..
eth_erc20 Add giftable token contract metadata 2023-03-21 20:08:17 +00:00
giftable_erc20_token Rename total burned method 2023-03-21 20:28:39 +00:00
static_token/data Add expire option 2023-02-21 20:28:25 +00:00
tests Add giftable token contract metadata 2023-03-21 20:08:17 +00:00
.coverage add strip_0x to fix address tests that fail 2022-02-11 12:50:54 +00:00
.coveragerc add strip_0x to fix address tests that fail 2022-02-11 12:50:54 +00:00
CHANGELOG Rename total burned method 2023-03-21 20:28:39 +00:00
LICENSE Change license to AGPL3, waive copyright 2022-11-14 08:04:29 +00:00
MANIFEST.in Implement bytecode and contract constructor code for chainlib find tool 2023-02-13 15:06:02 +00:00
README.test Update giftable token on chainlib 0.3.x 2022-11-03 19:26:03 +00:00
requirements.txt Upgrade deps 2023-03-22 10:40:37 +00:00
run_tests.sh Add expire option 2023-02-21 20:28:25 +00:00
setup.cfg Update classifiers for python 2023-03-22 12:34:57 +00:00
setup.py Lash/hunt rlp error 2021-04-04 12:47:32 +00:00
test_requirements.txt Update url 2021-05-02 16:33:00 +02:00
VERSION Move to chainlib-eth 2021-06-28 09:08:56 +02:00
WAIVER Change license to AGPL3, waive copyright 2022-11-14 08:04:29 +00:00
WAIVER.asc Change license to AGPL3, waive copyright 2022-11-14 08:04:29 +00:00

On arch, Python.h is in non-standard location, which may cause pip install -r test_requirements to fail.

If so, set env CFLAGS=`pkg-config --cflags python3`