Skip to content
Permalink
Browse files
Update README.md
  • Loading branch information
ivigheni committed Nov 18, 2020
1 parent 70eb253 commit 0d7fcadd7000692b719cd33bbb4edb0c1ef90588
Showing 1 changed file with 9 additions and 9 deletions.
@@ -45,15 +45,15 @@ and its entire purpose is to listen for Stripe transactions & send cryptocurrenc

## WANT TO RUN THIS YOURSELF?

1. ** Make sure you have Visual Studio with Xamarin, Android SDK & Node.js v10.15.3 or higher **
2. ** Get the following: Stripe's secret and public key, Infura API key, Etherscan API key **
3. ** Navigate to WebServer folder and run "npm install" **
4. ** In WebServer/App.js update const stripe = require("stripe")("STRIPE SECRET KEY"); to your stripe secret key **
5. ** In WebServer folder run node App.js. The server will be listening on port 8080 of your local Network address **
6. ** In Coursework/ViewModels update BuyCryptoViewModel.cs, SaveAddress.cs and AuthViewmodel.cs with your API keys **
7. ** In Coursework/Views update Account.xaml.cs with your API keys **
8. ** In Coursework/ViewModels/BuyCryptoViewModel.cs update line 219 with your serverUrl. Don't change the route **
9. * *Run the application on the device **
1. Make sure you have Visual Studio with Xamarin, Android SDK & Node.js v10.15.3 or higher
2. Get the following: Stripe's secret and public key, Infura API key, Etherscan API key
3. Navigate to WebServer folder and run "npm install"
4. In WebServer/App.js update const stripe = require("stripe")("STRIPE SECRET KEY"); to your stripe secret key
5. In WebServer folder run node App.js. The server will be listening on port 8080 of your local Network address
6. In Coursework/ViewModels update BuyCryptoViewModel.cs, SaveAddress.cs and AuthViewmodel.cs with your API keys
7. In Coursework/Views update Account.xaml.cs with your API keys **
8. In Coursework/ViewModels/BuyCryptoViewModel.cs update line 219 with your serverUrl. Don't change the route
9. Run the application on the device



0 comments on commit 0d7fcad

Please sign in to comment.