The Webb Core SDK for Rust
- 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.
- 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.
This crate uses #![deny(unsafe_code)]
to ensure everything is implemented in
100% Safe Rust.
Want to join us? take a look at some of these issues:
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.