MCPcopy Create free account
hub / github.com/chainjet/platform

github.com/chainjet/platform @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
2,329 symbols 5,324 edges 528 files 68 documented · 3% updated 2y ago★ 1081 open issues

Browse by type

Functions 1,131 Types & classes 1,198
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

ChainJet Logo

A no-code platform for building on-chain or off-chain automations.

Discord

Description

ChainJet is a no-code platform for building on-chain or off-chain task automations. With ChainJet, users can integrate multiple services to automate all kinds of tasks. ChainJet provides a collection of modules that perform a particular task each (e.g., transferring a token) and can be connected to one another to define the steps the automation will follow.

Demo

:tv: A short video (~3 mins) showing how to use ChainJet.

How to run locally

Prerequisites:

Install instructions

  • Clone this repository and the frontend into a new directory.
$ git clone git@github.com:chainjet/platform.git
$ git clone git@github.com:chainjet/frontend.git
  • Copy the .env.example file to .env and edit it to your needs.

  • Install platform dependencies:

$ cd platform
$ yarn
  • Bootstrap all the integrations (this may take a while):
$ yarn start bootstrap
  • On two different terminals, start the platform and the api and scheduler services.
$ yarn start:dev api
$ yarn start:dev scheduler
  • On a new terminal, go to the frontend directory, install the dependencies and start it:
$ yarn
$ yarn dev

Stay in touch

Extension points exported contracts — how you extend this code

browse all types & interfaces →

Core symbols most depended-on inside this repo

browse all functions →

Shape

Class 892
Method 835
Function 296
Interface 269
Enum 37

Languages

TypeScript100%

Modules by API surface

generated/graphql.ts347 symbols
libs/definitions/src/definition.ts46 symbols
libs/common/test/mock.service.ts35 symbols
libs/common/src/TypegooseQueryService.ts28 symbols
libs/definitions/src/mixins/pipedream.mixin.ts27 symbols
libs/common/src/base/base.service.ts27 symbols
apps/runner/src/services/runner.service.ts21 symbols
libs/definitions/src/schema/utils/jsonSchemaUtils.ts18 symbols
apps/api/src/workflow-runs/services/workflow-run.service.ts17 symbols
libs/common/src/base/base.resolver.ts15 symbols
libs/definitions/src/services/integration-installer.service.ts14 symbols
apps/api/src/workflows/resolvers/workflow.resolver.ts14 symbols

Datastores touched

(mongodb)Database · 1 repos

For agents

$ claude mcp add platform \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page