developeruche / alloy-examples

Example code using alloy and alloy-core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alloy Examples

These examples demonstrate the main features of alloy and alloy-core as well as how to use them.

Telegram chat

Usage

To run an example, use the command cargo run --example <Example>:

cargo run --example mnemonic_signer

Overview

This repository contains the following examples:

Contributing

Thanks for your help improving the project! We are so happy to have you! We have a contributing guide to help you get involved in the Alloy project.

Pull requests will not be merged unless CI passes, so please ensure that your contribution follows the linting rules and passes clippy.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in these crates by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Example code using alloy and alloy-core

License:Apache License 2.0