moralis-stream
Run locally
- Copy
.env.exampleto.envand fill in the values - Run
yarn install - Run
yarn startto run the server locally
Now your server is running locally and also an ngrok tunnel has been started and logged in your console with the following endpoints:
- Client:
localhost:3000(or any other port you set in.env) - API:
localhost:3000/stream(or any other port you set in.env) - Webhook:
{ngrokurl}/hooks/streamLearn more about ngrok and ngrok package