sg-splits

Crates.iosg-splits
lib.rssg-splits
version3.15.0
sourcesrc
created_at2022-09-10 20:52:35.169562
updated_at2024-10-01 18:45:51.024465
descriptionStargaze Splits contract
homepagehttps://stargaze.zone
repositoryhttps://github.com/public-awesome/launchpad
max_upload_size
id662710
size44,427
Michael J.S. (humanalgorithm)

documentation

README

Stargaze Splits

A contract that distributes funds to a cw4-group based on their weights.

How to create a split

Step 1: Instantiate a group contract with members and weights

Weights should be sufficiently large to allow for more granularity in payment distribution.

Step 2: Instantiate a splits contract with the group contract.

How to use splits for Launchpad payments

Use the split contract address for the payment address.

How to use splits for Marketplace payments (royalties)

Use the split contract for the royalty payment address.

Commit count: 2335

cargo fmt