This is a simple example app to demonstrate how braintree payment could be integrated into Meteor using https://github.com/keryi/meteor-braintree-payment.git
- Install Meteor, https://www.meteor.com/install
- Clone this repo, git clone https://github.com/keryi/meteor-braintree-ex.git
- Create a braintree sandbox account, https://www.braintreepayments.com/get-started
- Login to your braintree sandbox account and retrieve the private key, public key and merchant id for your braintree account at the dashboard page
- Rename settings.example.json to settings.json, and fill it up with the keys.
meteor --settings settings.json