eth-erc20/python
2023-02-14 05:24:29 +00:00
..
eth_erc20 Add sender address option to cli for read calls 2023-02-13 06:38:17 +00:00
giftable_erc20_token Add named variables scheme for chainlib gen, args definitions return 2023-02-14 05:24:29 +00:00
static_token/data Upgrade chainlib 2022-05-09 20:14:34 +00:00
tests add strip_0x to fix address tests that fail 2022-02-11 12:50:54 +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 Add sender address option to cli for read calls 2023-02-13 06:38:17 +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 Implement bytecode and contract constructor code for chainlib find tool 2023-02-13 15:06:02 +00:00
run_tests.sh feat: seperate solc container for resuse, add caching, run tests 2022-01-25 15:36:22 +00:00
setup.cfg Implement bytecode and contract constructor code for chainlib find tool 2023-02-13 15:06:02 +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`