/safe_vault

An Implementation of a SAFE Network Vault

Primary LanguageRustOtherNOASSERTION

SAFE Vault

Crate Documentation Linux/macOS Windows Safe Rust
Documentation Build Status Build status unsafe forbidden
MaidSafe website SAFE Dev Forum SAFE Network Forum

Overview

An autonomous network capable of data storage/publishing/sharing as well as computation, value transfer (crypto currency support) and more. See the documentation for a more detailed description of the operations involved in data storage.

License

This SAFE Network library is licensed under the General Public License (GPL), version 3 (LICENSE https://www.gnu.org/licenses/gpl-3.0.en.html).

Linking exception

safe_vault is licensed under GPLv3 with linking exception. This means you can link to and use the library from any program, proprietary or open source; paid or gratis. However, if you modify safe_vault, you must distribute the source to your modified version under the terms of the GPLv3.

See the LICENSE file for more details.

Contributing

Want to contribute? Great 🎉

There are many ways to give back to the project, whether it be writing new code, fixing bugs, or just reporting errors. All forms of contributions are encouraged!

For instructions on how to contribute, see our Guide to contributing.