Python REPL with debug helpers for NEO blockchain
Find a file
Vitaliy Potyarkin 71b834c775
Some checks failed
test / py3.13 (push) Failing after 27s
test / py3.11 (push) Successful in 4m1s
Use custom images for Forgejo Actions
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
2024-10-25 15:19:32 +03:00
.forgejo/workflows Use custom images for Forgejo Actions 2024-10-25 15:19:32 +03:00
tests Add some happy path tests 2024-09-24 12:11:23 +03:00
.gitignore Configure Python REPL with common debug helpers 2024-09-19 17:29:29 +03:00
Makefile Add some happy path tests 2024-09-24 12:11:23 +03:00
README.md Add README 2024-09-19 18:24:39 +03:00
repl.py Validate vanity prefixes for NEO addresses 2024-09-30 12:29:39 +03:00
requirements.txt Add NEO address conversion helpers 2024-09-24 11:37:27 +03:00

Helper REPL for debugging NEO blockchain

Comes with preloaded helper functions and maintains Python dependencies automatically:

$ make repl
...
>>> b58encode(b64decode('NUU8hAXqymNyP3fBNKacHS2DR5t1TbYM4g=='))
b'NSE4JhRrhc1BhoMdSV3AYpzaYzXJGTf9jF'
>>> b58encode(decimal_csv_decode('[20,58,142,123,88,72,...'))
b'B5FeceoZ'
>>> b58encode(hex_csv_decode('[14,3a,8e,7b,58,48,...'))
b'B5FeceoZ'