Skip to content

Outerbridge is a low code/no code workflow automation application, focusing on integrating both on-chain and off-chain applications.

License

Notifications You must be signed in to change notification settings

abdullahranginwala/Outerbridge

 
 

Repository files navigation

Outerbridge - Automate Web3 and Web2 applications

Outerbridge is a low code/no code workflow automation application, focusing on integrating both on-chain and off-chain applications. The project is licensed under Apache License Version 2.0, source available and free to self-host.

Outerbridge

Outerbridge Screenshot

💡Why another workflow automation tool?

There are many awesome automation tools out there, however there isn't one that has the built-in logic of interacting/consuming information from blockchains. Hence, Outerbridge is created to allow people building workflows involving on-chain and off-chain applications, with simple drag and drop interface.

💻 Demo

⚡Quick Start

  1. Install MongoDB from here.
  2. npm install -g outerbridge
  3. npx outerbridge start
  4. Open http://localhost:3000

🐳 Docker

  1. Go to docker folder at the root of the project
  2. docker-compose up -d
  3. This will automatically spins up mongodb and outerbridge containers
  4. Open http://localhost:3000
  5. You can bring the containers down by docker-compose stop

👨‍💻 Developers

Outerbridge has 3 different modules in a single mono repository.

  • server: Node backend to serve API logics
  • ui: React frontend
  • components: Nodes and Credentials of applications

Prerequisite

MongoDB and Yarn have to be installed before setting up the project.

MongoDB

Outerbridge uses MongoDB as database. Download and install one here.

Yarn

npm i -g yarn

Setup

  1. Clone the repository

    git clone https://github.com/Outerbridgeio/Outerbridge.git
  2. Go into repository folder

    cd Outerbridge
  3. Install lerna, husky and rimraf :

    yarn setup
  4. Install all dependencies of all modules and link them together:

    yarn bootstrap
  5. Build all the code:

    yarn build
  6. Start the app:

    yarn start

    You can now access the app on http://localhost:3000

  7. For development build:

    yarn dev

    Any code changes will reload the app automatically on http://localhost:8080

📖 Documentation

Official Outerbridge docs can be found under: https://docs.outerbridge.io

🌐 Host

🙋 Support

Feel free to ask any questions, raise problems, and request new features in discussion

🙌 Contributing

See contributing guide. Reach out to us at Discord if you have any questions or issues.

📄 License

Source code in this repository is made available under the Apache License Version 2.0.

About

Outerbridge is a low code/no code workflow automation application, focusing on integrating both on-chain and off-chain applications.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 71.6%
  • JavaScript 27.8%
  • SCSS 0.3%
  • HTML 0.2%
  • CSS 0.1%
  • Shell 0.0%