webb

Crates.iowebb
lib.rswebb
version0.8.5
sourcesrc
created_at2021-09-09 15:31:49.775727
updated_at2024-05-01 10:16:22.551322
descriptionWebb SDK
homepagehttps://www.webb.tools
repositoryhttps://github.com/webb-tools/webb-rs
max_upload_size
id448926
size5,065,380
webb-devs (github:webb-tools:webb-devs)

documentation

https://docs.rs/webb

README

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.
Commit count: 346

cargo fmt