An open API service indexing awesome lists of open source software.

https://github.com/tangle-network/webb-rs

Webb Core Rust SDK
https://github.com/tangle-network/webb-rs

Last synced: 11 months ago
JSON representation

Webb Core Rust SDK

Awesome Lists containing this project

README

          

Webb-rs


The Webb Core SDK for Rust


⚠️ Beta Software ⚠️


### Generating EVM Contracts

1. Update any contracts inside the [contracts](./contracts) directory.
2. Run
```bash
cargo build --features generate-contracts
```

> Tip: See the [build.rs](./build.rs) file to see how everything is being generated.

### Using Nix (with flakes)

1. Install [Nix](https://nixos.org/download.html)
2. Enable [flakes](https://nixos.wiki/wiki/Flakes) (if you haven't already)
3. Run `nix develop` to enter a shell with all the dependencies installed

Additionally, if you have [direnv](https://direnv.net/) 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:

- [Issues labeled "good first issue"][good-first-issue]
- [Issues labeled "help wanted"][help-wanted]

[good-first-issue]: https://github.com/webb-tools/webb-rs/labels/good%20first%20issue
[help-wanted]: https://github.com/webb-tools/webb-rs/labels/help%20wanted

## 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.