Playground for trying out eth coding
tarfeef101 336a5a3de8 basically hello world | %!s(int64=3) %!d(string=hai) anos | |
---|---|---|
src | %!s(int64=3) %!d(string=hai) anos | |
README.md | %!s(int64=3) %!d(string=hai) anos |
Just a test playground to try my hand at coding on ethereum, doesn't do anything specific yet
docker-compose up -d client_test
to start the test chaindocker-compose run app
for now to run the client (not a persistent service)python3.10
due to cytoolz
(a dependency of web3
) not being compatible yet