Closed manh-vv closed 6 months ago
I noticed ValueError: unsupported hash type ripemd160
could be fix by following this guide https://stackoverflow.com/a/72508879
Look like it worked after remove the local
folder and running the tevmc init local
again.
11:56:08:CRITICAL:control point reached
* Serving Flask app 'tevmc-71619'
* Debug mode: off
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
* Running on http://127.0.0.1:12321
Press CTRL+C to quit
Describe the bug Can't start the stack with
tvmc up
To Reproduce Steps to reproduce the behavior:
git clone https://github.com/telosnetwork/telos-evm-docker.git -b v1.5.0-rc8
cd telos-evm-docker
rm poetry.lock
(It raised an error if keep this file)./install.sh <dir>/telos
<dir>/telos/bin
to PATHsource ./activate.sh
tevmc init local
tevmc up
Expected behavior The stack is running
Desktop (please complete the following information):