46 releases

0.8.5 May 1, 2024
0.8.4 Jan 22, 2024
0.8.2 Oct 16, 2023
0.7.3 Jul 18, 2023
0.2.2 Sep 16, 2021

#509 in Magic Beans

Download history 226/week @ 2024-02-03 171/week @ 2024-02-10 81/week @ 2024-02-17 119/week @ 2024-02-24 71/week @ 2024-03-02 18/week @ 2024-03-09 154/week @ 2024-03-30 336/week @ 2024-04-20 135/week @ 2024-04-27 8/week @ 2024-05-04

152 downloads per month
Used in webb-relayer

Apache-2.0

4MB
101K SLoC

Webb-rs

The Webb Core SDK for Rust
⚠️ Beta Software ⚠️


Generating EVM Contracts

  1. Update any contracts inside the contracts directory.
  2. Run
cargo build --features generate-contracts

Tip: See the build.rs file to see how everything is being generated.

Using Nix (with flakes)

  1. Install Nix
  2. Enable flakes (if you haven't already)
  3. Run nix develop to enter a shell with all the dependencies installed

Additionally, if you have direnv installed, you can run direnv allow to automatically enter the shell whenever you enter the directory.

Safety

This crate uses #![deny(unsafe_code)] to ensure everything is implemented in 100% Safe Rust.

Contributing

Want to join us? take a look at some of these issues:

License

Licensed under Apache License v2.0.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache license, shall be licensed as above, without any additional terms or conditions.

Dependencies

~3–20MB
~327K SLoC