php-bitpay-client/examples/tutorial
Chris Kleeschulte 0e144004c6 Examples/Tutorial, price checking
- Upgraded examples to show how to interact with the config.yml file and encrypted file storage
- checkPriceAndCurrency will now allow prices that do not have fractions of main units (e.g. $1000)
2016-03-11 16:22:44 -05:00
..
001.php Added copyright year notice 2015-03-12 18:13:01 -04:00
002.php Added copyright year notice 2015-03-12 18:13:36 -04:00
003.php Added copyright year notice 2015-03-12 18:14:12 -04:00
004.php Examples/Tutorial, price checking 2016-03-11 16:22:44 -05:00
README.md Added copyright year notice 2015-03-12 18:15:33 -04:00

Tutorial 01 - Introduction

In this tutorial I will give an example of going through all the steps required to get up and running with BitPay using the PHP SDK with code examples.

The code that you find here SHOULD run needing only to modify a few values. If you run into trouble or if the code becomes out of date and does not run, please bring it to our attention by opening a GitHub issue.

To begin, please visit https://test.bitpay.com and register for a test account. This will allow you to use BitPay using Bitcoin's testnet feature. If you are looking for a testnet wallet to test with, please visit https://copay.io and create a new wallet. When you first create your wallet, under the Advanced Options, you are given to option to make the wallet a testnet wallet.

Once you have an account and a testnet wallet, you should begin to go through this tutorial starting from file 001.php and continuing on to the next files in order.

Examples (c) 2014-2015 BitPay