TKTheTechie / pyth-event-mesh

Sample FeedHandler implementation of Pyth over Solace PubSub+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pyth Event Mesh

This application is a sample implemntation of Pyth -> Solace PubSub+ Feedhandler. You can see the corresponding blogpost over here

Installing

This project uses node

npm install

Configuring the web-app with a Solace PubSub+ Broker

Spin up a Solace PubSub+ broker container or in the cloud.

Modify ./src/config/solace-config.ts with the appropriate username and credentials. If using Solace Cloud, you can retrieve the credentials from the Web Messaging section of the Connect Tab of a Solace cloud instance as shown below:

Solace-WS

Developing

Once you've installed dependencies with npm install, start a development server using the following command:

npm run dstartev

Building

To create a production version of this app:

npm run build

You can preview the production build with npm run prod.

About

Sample FeedHandler implementation of Pyth over Solace PubSub+

License:MIT License


Languages

Language:TypeScript 100.0%