Event Feed - Substrate
Last updated
Last updated
Aurras is a middleware that acts as an event processor and a low code workflow orchestration platform. Aurras is being pitched as a next-generation system for enabling decentralized push notification. This middleware solution listens to events from blockchain applications and propagates them to a registered pool of MQTT brokers. The broader architecture consists of parachain from which the middleware listens for the events.
This Event Feed package facilitates to source events from substrate-based chains. The events will be posted to the OpenWhisk system. polkadot-js/api is used under the hood to establish the connection to blockchain nodes and receive events.
Assuming basic dependency such as git and yarn already installed.
Clone the repository
2. Navigate to the cloned directory
3. Install dependencies
Configurations are passed through environment variables which can be found here.
For local development and testing create a .env file with respective configurations in the project root folder.
Start the feed in development mode.
Run Unit test suites
Deployment is done through either docker-compose or Kubernetes which can be found here.
Licensed under Apache-2.0