Skip to content

Dedaub/fasteth

 
 

Repository files navigation

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

About

A fast, async, ethereum library in python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%