You need to install lein
lein server
- starts the HTTP server
lein test
- runs the test suitescript/autotest
orlein autotest
-listen for file changes and is always running tests- To Run the integration test you should provide a valid Meo Wallet API KEY with access to mb references api.
MEO_WALLET_API_KEY=<YOUR_MEO_WALLET_API_KEY> lein test
The staging environment is located here and you can read and try the api documentation here.