Skip to content

chainjet/platform

Folders and files

NameName
Last commit message
Last commit date
Sep 11, 2023
Oct 11, 2022
Jul 30, 2022
Jul 16, 2024
Oct 11, 2022
Oct 22, 2023
Jan 2, 2024
Dec 28, 2023
Dec 28, 2022
Oct 11, 2023
Oct 8, 2022
Oct 8, 2022
Aug 2, 2022
Mar 16, 2023
Jul 30, 2022
Oct 29, 2022
Oct 8, 2022
Jul 30, 2022
Jul 30, 2022
Aug 29, 2022
Oct 3, 2022
Jan 21, 2023
Feb 14, 2023
Jan 2, 2024
Aug 29, 2022
Oct 8, 2022
Jul 30, 2022
Aug 7, 2022
Jan 2, 2024

Repository files navigation

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

📺 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