Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Latest commit

 

History

History

examples

Examples

Here you can find simple examples for all transactions exposed by the Flow API.

Usage

  1. Install the dev dependencies:
php composer.phar install --dev
  1. Rename the .env.dist to .env . Then like grab your Flow Sandbox API keys and put them inside.

  2. Fire up a local test server:

php -S localhost:80 -t /path/to/flow-sdk/examples/

Then, go to http://localhost:80 and read the Homepage. Be sure to do it.