drt-exchange-discover-express-client
v0.0.1
Published
Demo Express app for projects participating in Exchange Discover program
Readme
A demo Express app for projects participating in DharitriX Discover program.
Disclaimer
This app is for illustration purposes only and is not suited for production environments as it lacks validation and sanitization of the endpoint parameters.
Quick start
- Run
npm installto install the app. - Create a
.envconfiguration file by copying the.env.examplefile. - Update
WALLET_PATH,WALLET_PASSWORDandPROJECT_IDinside the newly created.envfile. - Run
npm startto start the app on port 3000 (this can be changed inserver.js).
Configuration
The default WALLET_PATH is ./signer_wallet.json. Provide the file or ensure the file exists at the provided path before running the app.
