Hackathon Pre-Read:

Goal: A simple reading and todo list for hackathon participants

Compulsory Reading

Time to complete: 15-30 minutes

Hackathon Onboarding Checklist

Time to complete: 15-30 minutes

Slack:

The Mojaloop OSS Community uses Slack for all of its communications and announcements.

  1. Go to mojaloop-slack.herokuapp.com > Enter your Email address and press "Join"

  2. Follow the steps in the email to set up your Slack account

  3. Go here to download slack for your computer Optional: You can also go to the Play Store or App Store and install Slack on your phone as well

  4. Once Slack is installed, select "Channels" in the left bar and search for the #this-hackathon-name channel [todo: update this doc and replace #this-hackathon-name with a channel name specific for the hackathon]

Postman

Postman is a REST API testing and automation tool which we use to interact with the Lab environment and Mojaloop itself

  1. Go to Postman Downloads to download Postman for your machine

  2. Clone or Download the mojaloop/postman repository. This contains a number of postman 'Collections' which will help you to interact with Mojaloop and the Lab environment

  3. Open Postman, and select "Import" from the top left and navigate to where you cloned the Postman repo

  1. Do the same as above with the files in ./environment. These files specify the environment variables for the collections

  2. Now that the collections and environment are set up, we will use the Collection Runner to run one of the test collections. The Collection Runner will run through a list of HTTP requests inside of a collection, which we use to automate or test different processes.

  3. Select "Runner" from the top left (next to import), and select the [todo: fill this section in after getting the Lab environment test runner]

Extended Reading

Last updated