php-bitpay-client/examples/tutorial
2014-11-25 09:23:06 -05:00
..
001.php Done with the first and second examples 2014-11-25 09:00:04 -05:00
002.php Updated so the objects are echo'd since xdebug will limit the output and I want it to show the entire output 2014-11-25 09:03:59 -05:00
003.php Added final example of how to create an invoice 2014-11-25 09:23:06 -05:00
README.md Working on first detailed tutorial 2014-11-25 07:59:33 -05: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.