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 |
#246 in #blockchain
50 downloads per month
Used in webb-relayer
4MB
101K
SLoC
Webb-rs
The Webb Core SDK for Rust
⚠️ Beta Software ⚠️
Generating EVM Contracts
- Update any contracts inside the contracts directory.
- Run
cargo build --features generate-contracts
Tip: See the build.rs file to see how everything is being generated.
Using Nix (with flakes)
- Install Nix
- Enable flakes (if you haven't already)
- 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–21MB
~338K SLoC