Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaenigma authored Mar 21, 2022
1 parent f61806f commit 2b6480b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Please refer to the [main greed project fork](https://github.com/Steffo99/greed)
* In another terminal/cmd prompt, start ngrok on port 5000 `./ngrok http 5000` or `~/ngrok http 5000`
* Copy the Forwarding URL from ngrok.
![](assets/images/ngrok.png)
* Set the HTTP Callback URL for your store on the [Blockonomics Merchants Page](https://www.blockonomics.co/merchants#/stores). Combine the Forwarding URL with `/callback?secret=YOUR_SECRET`, substituting in your chosen secret from step 2 in place of `YOUR_SECRET`
* Set the HTTP Callback URL for your [store](https://www.blockonomics.co/merchants#/stores). Combine the Forwarding URL with `/callback?secret=YOUR_SECRET`, substituting in your chosen secret from step 2 in place of `YOUR_SECRET`
eg. http://c7f7ecb92ht5.ngrok.io/callback?secret=aN32nFjf4

### Deploy using [Heroku](https://www.heroku.com/)
Expand All @@ -36,7 +36,7 @@ Please refer to the [main greed project fork](https://github.com/Steffo99/greed)
```
* You can now start the greed bot and blockonomics callback from the Heroku Dashboard > Resources.
![](assets/images/heroku.png)
* Set the HTTP Callback URL for your store on the [Blockonomics Merchants Page](https://www.blockonomics.co/merchants#/stores), combine the Heroku App URL with `/callback?secret=YOUR_SECRET`, substituting in your chosen secret from step 2 in place of `YOUR_SECRET`
* Set the HTTP Callback URL for your [store](https://www.blockonomics.co/merchants#/stores) , combine the Heroku App URL with `/callback?secret=YOUR_SECRET`, substituting in your chosen secret from step 2 in place of `YOUR_SECRET`
eg. https://greed.herokuapp.com/callback?secret=aN32nFjf4

That's it! Restart your bot and start accepting bitcoing payments with your bot!
Expand Down

0 comments on commit 2b6480b

Please sign in to comment.