0.0.0 • Published 2 years ago

cfz v0.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

Environment Setup

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

Lerna

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

Lerna is used to link these modules together.

npm i -g lerna

MongoDB

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

Quick Start

  1. npm install -g outerbridge
  2. npx outerbridge start
  3. open http://localhost:3000

Demo

Watch demo on Youtube (4mins)

Documentation

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

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.