ethane icon indicating copy to clipboard operation
ethane copied to clipboard

Ethane is an alternative web3 implementation with the aim of being slim and simple.

Results 3 ethane issues
Sort by recently updated
recently updated
newest added

- Create docker based development environment, and add a block explorer - Rewrite tests to use it with fix account addresses

debt

It would be nice to have proper contract interaction based on JSON ABI. So I would open a discussion thread for that implementation.

feature
discussion

It is currently possible to inject authorization headers into HTTP requests using [Credentials](https://github.com/thojest/ethane/blob/6703c62ae6a1082ed6d41c6e0f16fc0c77e57006/src/transport/mod.rs#L29) when creating a connector over [websocket](https://github.com/thojest/ethane/blob/6703c62ae6a1082ed6d41c6e0f16fc0c77e57006/src/connector/mod.rs#L45) or [http](https://github.com/thojest/ethane/blob/6703c62ae6a1082ed6d41c6e0f16fc0c77e57006/src/connector/mod.rs#L33). This also means it would be possible to use...

good first issue
technical