A simple web interface for interacting with Acurast WebSocket endpoints.
- Install dependencies:
npm install- Start development server:
npm startThis will open the application in your default browser with hot reloading enabled.
To build the application:
npm run buildThis will create a dist directory with the bundled JavaScript.
To deploy to GitHub Pages:
- First build the project:
npm run build- Then deploy to GitHub Pages:
npm run deployThis will deploy the contents of the current directory to the gh-pages branch of your repository.
- Enter WebSocket URLs (one per line)
- Enter the recipients as a JSON array
- Enter the request payload as JSON
- Click "Connect and Send Request" to initiate the connection and send the request
- View the results in the Results section below the form