@tribecahq/tribeca-sdk
TypeScript icon, indicating that this package has built-in type declarations

0.5.8 • Public • Published

♜ Tribeca

License Build Status Contributors

An open standard and toolkit for launching DAOs on Solana.

About

Tribeca is an open source protocol for launching decentralized autonomous organizations on Solana. It is heavily inspired by the designs of Compound and Curve governance.

  • Built with Anchor. Tribeca is pluggable with other Anchor-based projects and tools, allowing for greater composability.
  • Modularity. Tribeca is built to be flexible and extensible, splitting out proposals/voting, transaction execution, and staking into three separate programs.
  • Hosted. The Tribeca DAO program is meant to be deployed as one instance of a program, similar to the SPL Token Program. It is an open standard that any other project can build upon, without requiring teams to deploy their own DAO or giving custody of user tokens to Tribeca.
  • Simplicity. Tribeca does as little as possible, giving DAOs the freedom to choose how their governance system operates.

For the most up-to-date documentation, please visit the official documentation site.

Note

  • Tribeca is in active development, so all APIs are subject to change.
  • This code is unaudited. Use at your own risk.

Packages

Package Description Version Docs
govern Handles proposals, voting, and queueing of transactions into a Smart Wallet. Crates.io Docs.rs
locked-voter Voter which locks up governance tokens for a user-provided duration in exchange for increased voting power. crates Docs.rs
simple-voter A simple Tribeca voter program where 1 token = 1 vote. crates Docs.rs
@tribecahq/tribeca-sdk TypeScript SDK for Tribeca npm Docs

Addresses

Program addresses are the same on devnet and mainnet-beta.

Documentation

The official documentation is hosted at docs.tribeca.so..

License

Tribeca Protocol is licensed under the GNU Affero General Public License v3.0.

In short, this means that any changes to this code must be made open source and available under the AGPL-v3.0 license, even if only used privately. If you have a need to use this program and cannot respect the terms of the license, please message us our team directly at team@tribeca.so.

Package Sidebar

Install

npm i @tribecahq/tribeca-sdk

Homepage

tribeca.so

Weekly Downloads

28

Version

0.5.8

License

AGPL-3.0

Unpacked Size

1.34 MB

Total Files

273

Last publish

Collaborators

  • kristapsdev