Implement python interface, deposit and swap test

This commit is contained in:
lash
2023-07-26 17:02:01 +01:00
parent a4fc3c1dda
commit b5fbc778c0
14 changed files with 393 additions and 8 deletions

View File

@@ -7,6 +7,6 @@ all:
truncate -s -1 SwapPool.bin
install: all
cp -v *.json ../python/erc20_swap_pool/data/
cp -v *.bin ../python/erc20_swap_pool/data/
cp -v *.json ../python/erc20_pool/data/
cp -v *.bin ../python/erc20_pool/data/