22 releases

0.0.21 Nov 17, 2024
0.0.21-patch.4 Jan 10, 2025
0.0.21-patch.2 Dec 1, 2024
0.0.20 Aug 24, 2024
0.0.16 Mar 29, 2024

#4 in Magic Beans

Download history 46/week @ 2024-09-13 30/week @ 2024-09-20 17/week @ 2024-09-27 1/week @ 2024-10-04 268/week @ 2024-10-18 14/week @ 2024-10-25 2/week @ 2024-11-01 1/week @ 2024-11-08 188/week @ 2024-11-15 29/week @ 2024-11-22 82/week @ 2024-11-29 70/week @ 2024-12-06 2/week @ 2024-12-13

77 downloads per month

Custom license

380KB
8K SLoC

JunoBuild-Satellite

junobuild-satellite is a Rust crate that extends the functionality of Juno satellites. This library is intended for developers looking to enhance the capabilities of Juno.

Getting Started

To include junobuild-satellite in your Rust project, add it as a dependency in your Cargo.toml:

[dependencies]
junobuild-satellite = "*"

Replace "*" with the specific version you want to use, or omit the version to always use the latest version.

Usage

The primary feature of junobuild-satellite is the include_satellite! macro. It allows you to include all the stock satellite features required for a Juno satellite to work efficiently.

Example usage:

use junobuild_satellite::include_satellite;
include_satellite!();

By using the include_satellite! macro, you can effortlessly integrate all the necessary features into your satellite project.

Features

  • on_set_doc: Enables the on_set_doc feature.
  • on_set_many_docs: Enables the on_set_many_docs feature.
  • on_delete_doc: Enables the on_delete_doc feature.
  • on_delete_many_docs: Enables the on_delete_many_docs feature.
  • on_upload_asset: Enables the on_upload_asset feature.
  • on_delete_asset: Enables the on_delete_asset feature.
  • on_delete_many_assets: Enables the on_delete_many_assets feature.
  • assert_set_doc: Enables the assert_set_doc feature.
  • assert_delete_doc: Enables the assert_delete_doc feature.
  • assert_upload_asset: Enables the assert_upload_asset feature.
  • assert_delete_asset: Enables the assert_delete_asset feature.

These features are enabled by default and do not have additional dependencies.

Here are some useful links:

  • Looking to get started? Check out the documentation.
  • Have a look at the LICENSE for information about licensing and limitation.
  • Have questions, comments or feedback? Join our Discord or OpenChat.

Dependencies

~17–27MB
~411K SLoC