Origin is empowering developers to build decentralized marketplaces on the blockchain!
Visit our Developer's page to learn more about what we're building and how to get involved.
You can see the Origin ecosystem in action at https://dapp.originprotocol.com.
Ready to get started? Have a look at our developer quickstart and our contributing guidelines.
This repository is a monorepo containing many npm packages. It is managed using Lerna.
These packages are used to build DApps on Origin.
Package | Description |
---|---|
@origin/contracts |
Smart contracts |
@origin/eventsource |
Derives current state of listings and offers from contract events |
@origin/graphql |
GraphQL interface to Origin Protocol |
@origin/ipfs |
Convenience methods for getting and setting data in IPFS |
@origin/linker-client |
Client for mobile linking |
@origin/messaging-client |
Client for Origin messaging |
@origin/origin-js |
(DEPRECATED) Library for interacting with smart contracts |
@origin/services |
Utility package for running Ganache and IPFS |
@origin/token |
Package for manipulating Origin Tokens (OGN) |
@origin/validator |
JSON Schema validation |
Example DApps that we have built.
Package | Description |
---|---|
@origin/admin |
DApp similar to @origin/marketplace but exposes more functionality |
@origin/graphql-simple-demo |
Example of building a DApp with @origin/graphql |
@origin/marketplace |
Our marketplace DApp |
Servers and packages that provide extra functionality to DApps (e.g. search or attestations).
Package | Description |
---|---|
@origin/bridge |
Server providing attestation services |
@origin/cron |
Runs background tasks |
@origin/dapp-creator-client |
Client that generates configs for @origin/marketplace |
@origin/dapp-creator-server |
Server that generates configs for @origin/marketplace |
@origin/discovery |
Provides search features to @origin/marketplace |
@origin/faucet |
Token faucet |
@origin/growth |
Growth engine |
@origin/identity |
Database models for storing identity |
@origin/ipfs-proxy |
Layer between IPFS and clients to prevent malicious use |
@origin/linking |
Linking server for mobile integration |
@origin/messaging |
Messaging server |
@origin/notifications |
Delivers in browser notifications |
@origin/tests |
Runs integration tests in Docker Compose |
@origin/token-transfer-client |
Client for delivering tokens |
@origin/token-transfer-server |
Server for delivering tokens |
Package | Description |
---|---|
@origin/mobile |
Mobile application |
The @origin/mobile
package is not managed by Lerna
due to issues with react-native
and hoisting.
Origin is an 100% open-source and community-driven project and we welcome contributions of all sorts. There are many ways to help, from reporting issues, contributing code, and helping us improve our community.
To get involved, please review our guide to contributing.