Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 413 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 413 Bytes

fasteth

Originally developed by ArchibaldCapital this library was intended to provide a simplistic asynchronous interface for Web3 calls.

This is currently a WIP project, but we'll work to improve it

Installing

poetry install

Testing

npm install ganache --global
ssh -L 8090:127.0.0.1:8090 node-portal -N &
ganache --fork "http://127.0.0.1:8090/ethereum" &> ganache.log &
pytest