Syndicate, developed by Cooperativ Labs Inc., is a solution for launching and managing private security offerings on Ethereum and Polygon. It streamlines the investment process, enabling efficient management of syndication deals. Learn more at Cooperativ.io.
Live at: https://staging.syndicate.cooperativ.io/
Demo videos: https://www.youtube.com/playlist?list=PLdUGBxGRPWz_n-tWwlKt_o6phKlHsR6CC
- Syndication entity creation and management.
- Real estate asset tokenization.
- Smart contract deployment on the Ethereum blockchain.
- Facilitation of investor applications and approvals.
- Share purchase, sales, and distribution handling.
- Clone the repository:
git clone https://github.com/cooperativ-labs/syndicate
- Launch Docker
- Install dependencies using Yarn:
yarn fresh
- Access it at
http://localhost:3000
.
- Account Setup: Register and input personal information.
- Entity Management: Add General Partner and property-owning entities.
- Offering Creation: Define the offering, set up a smart contract for share issuance.
- Legal Attachments: Link legal documents, define share prices, and total availability.
- Sales and Distributions: Initiate and manage share sales and distributions.
- Investment Application: Apply for investment opportunities using the syndicator's ID.
- Share Purchasing: Purchase shares once approved.
- Share Trading: List shares for sale.
- Distribution Claims: Claim earnings based on the distributions set in the smart contract.
- NextJS, Typescript, GraphQL, NextAuth, WAGMI, Viem
- Additional dependencies as listed in
package.json
Contributions are welcome. Please follow our contribution guidelines in CONTRIBUTING.md.