linera-ethereum 0.13.1

Oracle functionality for Ethereum
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!-- cargo-rdme start -->

This module provides functionalities for accessing an Ethereum blockchain node.
Anabling the `ethereum` allows to make the test works. This requires installing
the `anvil` from [FOUNDRY] and the [SOLC] compiler version 0.8.25

[FOUNDRY]: https://book.getfoundry.sh/
[SOLC]: https://soliditylang.org/

<!-- cargo-rdme end -->

## Contributing

See the [CONTRIBUTING](../CONTRIBUTING.md) file for how to help out.

## License

This project is available under the terms of the [Apache 2.0 license](../LICENSE).