Welcome! 🎉 Synapse is redefining how creative IP distribution works. Whether it's films, music, or games, we ensure creators stay in control of their work while earning fairly. With the power of blockchain, Synapse eliminates middlemen and automates licensing, payments, and content delivery through smart contracts. This lets creators focus on their craft, knowing their content is distributed safely and transparently.
The architecture is structured into distinct layers, starting from interaction and execution at the top and progressing down to the foundational governance layer:
- Finance: Handles agreements, settlements, and economic interactions.
- Apps: Provides user-facing interfaces to interact with the system.
- Distribution Network: Ensures the secure distribution of assets to authorized parties.
- Rights: Manages access, custody, and usage of assets, ensuring they align with validated distributors and governance rules.
- Policies: Defines the terms, conditions, and operational frameworks governing assets and their distribution.
- Syndication: Oversees the network of distributors, validating and authorizing them as custodians of assets.
- Assets: Manages the registration and validation of resources entering the system, ensuring compliance with governance policies.
- Economics: Ensures financial stability through treasury management, tokens, and tollgates.
- Governance: Establishes the rules and strategic decisions for the entire protocol.
- Access Control: Enforces governance rules by managing permissions and roles across all layers.
Found a bug? Got a cool idea? Open a pull request or start a discussion on GitHub. We’d love to build this together!
Some available capabilities for dev support:
- Run Tests:
make test
- Compile Contracts:
make compile
- Force Compile Contracts:
make force-compile
- Test Coverage Report:
make coverage
- Generate Security Report:
make secreport
- Run Security Tests:
make sectest
- Format Code:
make format
- Lint Code:
make lint
Note: Run make help
to see additional capabilities.