Skip to content
Permalink
Browse files
Update README.md
Add instructions to run project (fix error)
  • Loading branch information
ivigheni committed Nov 18, 2020
1 parent 28c2496 commit 70eb253f6cb936854827cb7c4cc7527e4a8b2afb
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 70eb253

Please sign in to comment.