REST API facade facilitating the interactions with the Elrond blockchain.
- Run
npm installin the project directory - Optionally make edits to
config.js - Make sure you create a
.envfile in project root and specify the config information
CONFIG=mainnet/testnet/devnet
PrivateElastic=true/false
PrivateElasticUsername="username"
PrivateElasticPassword="password"
In the project directory, you can run:
Runs the app in the production mode. Make requests to http://localhost:3000.
Runs the app in the development mode. Make requests to http://localhost:3000. The app will reload if you make edits. You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.