Playground for trying out eth coding
tarfeef101 336a5a3de8 basically hello world | 3 years ago | |
---|---|---|
src | 3 years ago | |
README.md | 3 years ago |
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