Skip to content

Tokenized receivables as collateral for debt issuance via compliant crowdfunding.

License

Notifications You must be signed in to change notification settings

tribeshq/tribes

Repository files navigation

The new frontier of financial services for the creators' economy
Debt issuance through crowdfunding w/ collateralized tokenization of receivables

license last-commit

Table of Contents

Overview

A crowdfunding platform designed for prominent content creators, enabling them to monetize their influence by issuing tokenized debt instruments collateralized exclusively by their tokenized future receivables. Based on Resolution No. 88 of the Brazilian Securities and Exchange Commission (CVM), the Brazilian SEC, the platform connects creators with a network of investors, offering a structured and transparent alternative to finance scalable businesses while leveraging the economic potential of their audiences, ensuring legal compliance and attractive returns for investors.

Project Structure

└── tribes/
    ├── .github
    │   ├── dependabot.yaml
    │   └── workflows
    ├── LICENSE
    ├── Makefile
    ├── README.md
    ├── build
    │   └── Dockerfile.machine
    ├── cmd
    │   ├── tribes-rollup
    ├── configs
    │   └── sqlite.go
    ├── contracts
    ├── coverage.md
    ├── go.mod
    ├── go.sum
    ├── internal
    │   ├── domain
    │   ├── infra
    │   └── usecase
    ├── pkg
    │   ├── rollups_contracts
    │   └── router
    ├── test
    └── website

Getting Started

Prerequisites

  1. Install Docker Desktop for your operating system.

    To install Docker RISC-V support without using Docker Desktop, run the following command:

    ❯ docker run --privileged --rm tonistiigi/binfmt --install all
  2. Download and install the latest version of Node.js.

  3. Cartesi CLI is an easy-to-use tool to build and deploy your dApps. To install it, run:

    ❯ npm i -g @cartesi/cli
  4. Download and Install the latest version of Golang.

  5. Install development node:

    ❯ npm i -g nonodo
  6. Install air ( hot reload tool ):

    ❯ go install github.com/air-verse/air@latest

Running

  1. Build rollup from image:

    ❯ docker pull ghcr.io/tribeshq/tribes-machine:latest
  2. Generate rollup filesystem:

    ❯ cartesi build --from-image ghcr.io/tribeshq/tribes-machine
  3. Run validator node:

    ❯ cartesi run

Important

To run the system in development mode:

❯ make dev

Note

To reach the final state of the system, follow these steps:

  1. Make the state.sh script executable:
    ❯ chmod +x state.sh
  2. Run the script to set up the system state:
    ❯ ./state.sh

Testing

❯ make test

Contributors

About

Tokenized receivables as collateral for debt issuance via compliant crowdfunding.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages