Skip to content

A team escrow for disbursements of revenues. Adapted for use as a Solana program, written using the anchor framework.

Notifications You must be signed in to change notification settings

bgoober/team-vault-2024

 
 

Repository files navigation

This team escrow vault is intended to be the recipient of a separate program's derived revenues and fees. The team escrow vault takes a vector of owners and their percentage share of the revenue upon initialization. Any of the members may call disburse upon the vault, which will cause 100% of the vault's lamport balance to be distributed to its beneficial members according to their percentage ownership of the underlying funds.

About

A team escrow for disbursements of revenues. Adapted for use as a Solana program, written using the anchor framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 71.4%
  • TypeScript 28.6%