serai/coins/ethereum
Luke Parker 065d314e2a
Further expand clippy workspace lints
Achieves a notable amount of reduced async and clones.
2023-12-17 00:04:49 -05:00
..
contracts ethereum: implement schnorr verification contract deployment and related crypto (#36) 2022-07-16 16:45:41 -05:00
src Restore Foundry to a test dependency via direct usage of solc 2023-11-12 04:34:45 -05:00
tests Further expand clippy workspace lints 2023-12-17 00:04:49 -05:00
.gitignore ethereum: implement schnorr verification contract deployment and related crypto (#36) 2022-07-16 16:45:41 -05:00
build.rs Restore Foundry to a test dependency via direct usage of solc 2023-11-12 04:34:45 -05:00
Cargo.toml Add workspace lints 2023-12-17 00:04:47 -05:00
LICENSE Update licenses 2023-01-11 23:05:31 -05:00
README.md Add a patch for zip so ethereum-serai doesn't conflict with Substrate 2022-07-16 17:49:35 -04:00

Ethereum

This package contains Ethereum-related functionality, specifically deploying and interacting with Serai contracts.

Dependencies